Html Css Color HEX #9FD04A Atlantis

📋 copy color: '#9FD04A'

red 159 ◦ green 208 ◦ blue 74

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

Shades of Atlantis #9FD04A

Tints of Atlantis #9FD04A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.17%

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

R = 36.05%
G = 47.17%
B = 16.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#9FD04A (or 0x9FD04A) is known color: Atlantis. HEX triplet: 9F, D0 and 4A. RGB value is (159,208,74). Sum of RGB (Red+Green+Blue) = 159+208+74=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD04A is #602FB5. Grayscale: #B2B2B2. Windows color (decimal): -6303670 or 4903071. OLE color: 4903071.

HSL color Cylindrical-coordinate representation of color #9FD04A: hue angle of 81.94º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FD04A is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 208 74 -
CMYK 0.24 0 0.64 0.18
HSL 81.94º 0.59% 0.55% -
HSV(B) 81.94º 0.64% 0.82% -
XYZ 38.09 52.98 14.7 -
YUV 178.07 69.27 114.4 -
System Red Green Blue C M Y K H S L
Decimal 159 208 74 0.24 0 0.64 0.18 81.94 0.59 0.55
Hex 9F D0 4A 18 0 40 12 52 3B 37
Octal 237 320 112 30 0 100 22 122 73 67
Binary 10011111 11010000 1001010 11000 0 1000000 10010 1010010 111011 110111

Color Harmonies of #9FD04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD04A

Black with #9FD04A

Text Example


Text Example

White with #9FD04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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