Html Css Color HEX #9FD64E Atlantis

📋 copy color: '#9FD64E'

red 159 ◦ green 214 ◦ blue 78

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

Shades of Atlantis #9FD64E

Tints of Atlantis #9FD64E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.45%

 BLUE value IS 78 (30.86% from 255) = 17.29%

R = 35.25%
G = 47.45%
B = 17.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#9FD64E (or 0x9FD64E) is known color: Atlantis. HEX triplet: 9F, D6 and 4E. RGB value is (159,214,78). Sum of RGB (Red+Green+Blue) = 159+214+78=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 78 (30.86% from 255 or 17.29% from 451); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD64E is #6029B1. Grayscale: #B6B6B6. Windows color (decimal): -6302130 or 5166751. OLE color: 5166751.

HSL color Cylindrical-coordinate representation of color #9FD64E: hue angle of 84.26º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FD64E is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 214 78 -
CMYK 0.26 0 0.64 0.16
HSL 84.26º 0.62% 0.57% -
HSV(B) 84.26º 0.64% 0.84% -
XYZ 39.72 56.01 15.93 -
YUV 182.05 69.28 111.56 -
System Red Green Blue C M Y K H S L
Decimal 159 214 78 0.26 0 0.64 0.16 84.26 0.62 0.57
Hex 9F D6 4E 1A 0 40 10 54 3E 39
Octal 237 326 116 32 0 100 20 124 76 71
Binary 10011111 11010110 1001110 11010 0 1000000 10000 1010100 111110 111001

Color Harmonies of #9FD64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD64E

Black with #9FD64E

Text Example


Text Example

White with #9FD64E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,214,78); }

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

background-color css

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

 a { background-color: rgb(159,214,78); }

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

border-color css

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

 span { border-color: rgb(159,214,78); }

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