Html Css Color HEX #9FD84A Atlantis

📋 copy color: '#9FD84A'

red 159 ◦ green 216 ◦ blue 74

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

Shades of Atlantis #9FD84A

Tints of Atlantis #9FD84A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.11%

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

R = 35.41%
G = 48.11%
B = 16.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#9FD84A (or 0x9FD84A) is known color: Atlantis. HEX triplet: 9F, D8 and 4A. RGB value is (159,216,74). Sum of RGB (Red+Green+Blue) = 159+216+74=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 74 (29.30% from 255 or 16.48% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD84A is #6027B5. Grayscale: #B7B7B7. Windows color (decimal): -6301622 or 4905119. OLE color: 4905119.

HSL color Cylindrical-coordinate representation of color #9FD84A: hue angle of 84.08º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9FD84A is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 216 74 -
CMYK 0.26 0 0.66 0.15
HSL 84.08º 0.65% 0.57% -
HSV(B) 84.08º 0.66% 0.85% -
XYZ 40.09 56.98 15.36 -
YUV 182.77 66.62 111.05 -
System Red Green Blue C M Y K H S L
Decimal 159 216 74 0.26 0 0.66 0.15 84.08 0.65 0.57
Hex 9F D8 4A 1A 0 42 F 54 41 39
Octal 237 330 112 32 0 102 17 124 101 71
Binary 10011111 11011000 1001010 11010 0 1000010 1111 1010100 1000001 111001

Color Harmonies of #9FD84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD84A

Black with #9FD84A

Text Example


Text Example

White with #9FD84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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