Html Css Color HEX #9FD94A Atlantis

📋 copy color: '#9FD94A'

red 159 ◦ green 217 ◦ blue 74

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

Shades of Atlantis #9FD94A

Tints of Atlantis #9FD94A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.22%

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

R = 35.33%
G = 48.22%
B = 16.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#9FD94A (or 0x9FD94A) is known color: Atlantis. HEX triplet: 9F, D9 and 4A. RGB value is (159,217,74). Sum of RGB (Red+Green+Blue) = 159+217+74=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #9FD94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD94A is #6026B5. Grayscale: #B7B7B7. Windows color (decimal): -6301366 or 4905375. OLE color: 4905375.

HSL color Cylindrical-coordinate representation of color #9FD94A: hue angle of 84.34º 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 #9FD94A is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 217 74 -
CMYK 0.27 0 0.66 0.15
HSL 84.34º 0.65% 0.57% -
HSV(B) 84.34º 0.66% 0.85% -
XYZ 40.35 57.49 15.45 -
YUV 183.36 66.28 110.63 -
System Red Green Blue C M Y K H S L
Decimal 159 217 74 0.27 0 0.66 0.15 84.34 0.65 0.57
Hex 9F D9 4A 1B 0 42 F 54 41 39
Octal 237 331 112 33 0 102 17 124 101 71
Binary 10011111 11011001 1001010 11011 0 1000010 1111 1010100 1000001 111001

Color Harmonies of #9FD94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD94A

Black with #9FD94A

Text Example


Text Example

White with #9FD94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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