Html Css Color HEX #9FDE42 Atlantis

📋 copy color: '#9FDE42'

red 159 ◦ green 222 ◦ blue 66

#9FDE42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #9FDE42

Tints of Atlantis #9FDE42

RGB

 RED value IS 159 (62.5% from 255) = 35.57%

 GREEN value IS 222 (87.11% from 255) = 49.66%

 BLUE value IS 66 (26.17% from 255) = 14.77%

R = 35.57%
G = 49.66%
B = 14.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#9FDE42 (or 0x9FDE42) is known color: Atlantis. HEX triplet: 9F, DE and 42. RGB value is (159,222,66). Sum of RGB (Red+Green+Blue) = 159+222+66=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 222 (87.11% from 255 or 49.66% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDE42 is #6021BD. Grayscale: #B9B9B9. Windows color (decimal): -6300094 or 4382367. OLE color: 4382367.

HSL color Cylindrical-coordinate representation of color #9FDE42: hue angle of 84.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FDE42 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 222 66 -
CMYK 0.28 0 0.70 0.13
HSL 84.23º 0.7% 0.56% -
HSV(B) 84.23º 0.7% 0.87% -
XYZ 41.4 60.01 14.55 -
YUV 185.38 60.63 109.18 -
System Red Green Blue C M Y K H S L
Decimal 159 222 66 0.28 0 0.70 0.13 84.23 0.7 0.56
Hex 9F DE 42 1C 0 46 D 54 46 38
Octal 237 336 102 34 0 106 15 124 106 70
Binary 10011111 11011110 1000010 11100 0 1000110 1101 1010100 1000110 111000

Color Harmonies of #9FDE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDE42

Black with #9FDE42

Text Example


Text Example

White with #9FDE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,222,66); }

 H1.HeaderClassName
 {
   color: #9FDE42;
 }
 .AnyTagClassName
 {
   color: #9FDE42;
 }
</style>

background-color css

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

 a { background-color: rgb(159,222,66); }

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

border-color css

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

 span { border-color: rgb(159,222,66); }

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