Html Css Color HEX #9FD34A Atlantis

📋 copy color: '#9FD34A'

red 159 ◦ green 211 ◦ blue 74

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

Shades of Atlantis #9FD34A

Tints of Atlantis #9FD34A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.52%

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

R = 35.81%
G = 47.52%
B = 16.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#9FD34A (or 0x9FD34A) is known color: Atlantis. HEX triplet: 9F, D3 and 4A. RGB value is (159,211,74). Sum of RGB (Red+Green+Blue) = 159+211+74=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD34A is #602CB5. Grayscale: #B4B4B4. Windows color (decimal): -6302902 or 4903839. OLE color: 4903839.

HSL color Cylindrical-coordinate representation of color #9FD34A: hue angle of 82.77º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FD34A is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 159 211 74 -
CMYK 0.25 0 0.65 0.17
HSL 82.77º 0.61% 0.56% -
HSV(B) 82.77º 0.65% 0.83% -
XYZ 38.83 54.45 14.94 -
YUV 179.83 68.27 113.14 -
System Red Green Blue C M Y K H S L
Decimal 159 211 74 0.25 0 0.65 0.17 82.77 0.61 0.56
Hex 9F D3 4A 19 0 41 11 53 3D 38
Octal 237 323 112 31 0 101 21 123 75 70
Binary 10011111 11010011 1001010 11001 0 1000001 10001 1010011 111101 111000

Color Harmonies of #9FD34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD34A

Black with #9FD34A

Text Example


Text Example

White with #9FD34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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