Html Css Color HEX #9FD468 Olivine

📋 copy color: '#9FD468'

red 159 ◦ green 212 ◦ blue 104

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

Shades of Olivine #9FD468

Tints of Olivine #9FD468

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.63%

 BLUE value IS 104 (41.02% from 255) = 21.89%

R = 33.47%
G = 44.63%
B = 21.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#9FD468 (or 0x9FD468) is known color: Olivine. HEX triplet: 9F, D4 and 68. RGB value is (159,212,104). Sum of RGB (Red+Green+Blue) = 159+212+104=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD468 is #602B97. Grayscale: #B8B8B8. Windows color (decimal): -6302616 or 6870175. OLE color: 6870175.

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

Color convert

RGB 159 212 104 -
CMYK 0.25 0 0.51 0.17
HSL 89.44º 0.56% 0.62% -
HSV(B) 89.44º 0.51% 0.83% -
XYZ 40.34 55.46 21.67 -
YUV 183.84 82.94 110.28 -
System Red Green Blue C M Y K H S L
Decimal 159 212 104 0.25 0 0.51 0.17 89.44 0.56 0.62
Hex 9F D4 68 19 0 33 11 59 38 3E
Octal 237 324 150 31 0 63 21 131 70 76
Binary 10011111 11010100 1101000 11001 0 110011 10001 1011001 111000 111110

Color Harmonies of #9FD468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD468

Black with #9FD468

Text Example


Text Example

White with #9FD468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,212,104); }

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

background-color css

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

 a { background-color: rgb(159,212,104); }

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

border-color css

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

 span { border-color: rgb(159,212,104); }

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