Html Css Color HEX #9FDE4A Atlantis

📋 copy color: '#9FDE4A'

red 159 ◦ green 222 ◦ blue 74

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

Shades of Atlantis #9FDE4A

Tints of Atlantis #9FDE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.26%

R = 34.95%
G = 48.79%
B = 16.26%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#9FDE4A (or 0x9FDE4A) is known color: Atlantis. HEX triplet: 9F, DE and 4A. RGB value is (159,222,74). Sum of RGB (Red+Green+Blue) = 159+222+74=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 222 (87.11% from 255 or 48.79% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDE4A is #6021B5. Grayscale: #BABABA. Windows color (decimal): -6300086 or 4906655. OLE color: 4906655.

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

Color convert

RGB 159 222 74 -
CMYK 0.28 0 0.67 0.13
HSL 85.54º 0.69% 0.58% -
HSV(B) 85.54º 0.67% 0.87% -
XYZ 41.66 60.11 15.89 -
YUV 186.29 64.63 108.53 -
System Red Green Blue C M Y K H S L
Decimal 159 222 74 0.28 0 0.67 0.13 85.54 0.69 0.58
Hex 9F DE 4A 1C 0 43 D 56 45 3A
Octal 237 336 112 34 0 103 15 126 105 72
Binary 10011111 11011110 1001010 11100 0 1000011 1101 1010110 1000101 111010

Color Harmonies of #9FDE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDE4A

Black with #9FDE4A

Text Example


Text Example

White with #9FDE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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