#9ADF31

Color #9ADF31 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #9ADF31

Tints of Atlantis #9ADF31

Color information

#9ADF31 (or 0x9ADF31) is unknown color: approx Atlantis. HEX triplet: 9A, DF and 31. RGB value is (154,223,49). Sum of RGB (Red+Green+Blue) = 154+223+49=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 49 (19.53% from 255 or 11.50% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADF31 is #6520CE. Grayscale: #B7B7B7. Windows color (decimal): -6627535 or 3268506. OLE color: 3268506.

HSL color Cylindrical-coordinate representation of color #9ADF31: hue angle of 83.79º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9ADF31 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB15422349-
CMYK0.3100.780.13
HSL83.79º73.11%53.33%-
HSV(B)83.79º78.03%87.45%-
XYZ40.2759.8712.34-
YUV182.5352.64107.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 36.15%
GREEN value IS 223 (87.5% from 255) = 52.35%
BLUE value IS 49 (19.53% from 255) = 11.50%
R=36.15%
G=52.35%
B=11.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal154223490.3100.780.1383.7973.1153.33
Hex9ADF311F04ED544935
Octal232337613701161512411165
Binary10011010110111111100011111101001110110110101001001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ADF31; }

 p { color: rgb(154,223,49); }

 H1.HeaderClassName
 {
   color: #9ADF31;
 }
 .AnyTagClassName
 {
   color: #9ADF31;
 }
</style>
background-color css

<style>
 a { background-color: #9ADF31; }

 a { background-color: rgb(154,223,49); }

 div.DivClassName
 {
   background-color: #9ADF31;
 }
 .BgClassName
 {
   background-color: #9ADF31;
 }
</style>
border-color css

<style>
 span { border-color: #9ADF31; }

 span { border-color: rgb(154,223,49); }

 td.TdClassName
 {
   border-color: #9ADF31;
 }
 .TagClassName
 {
   border-color: #9ADF31;
 }
</style>