Html Css Color HEX #99CF60 Olivine

📋 copy color: '#99CF60'

red 153 ◦ green 207 ◦ blue 96

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

Shades of Olivine #99CF60

Tints of Olivine #99CF60

RGB

 RED value IS 153 (60.16% from 255) = 33.55%

 GREEN value IS 207 (81.25% from 255) = 45.39%

 BLUE value IS 96 (37.89% from 255) = 21.05%

R = 33.55%
G = 45.39%
B = 21.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#99CF60 (or 0x99CF60) is known color: Olivine. HEX triplet: 99, CF and 60. RGB value is (153,207,96). Sum of RGB (Red+Green+Blue) = 153+207+96=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF60 is #66309F. Grayscale: #B2B2B2. Windows color (decimal): -6697120 or 6344601. OLE color: 6344601.

HSL color Cylindrical-coordinate representation of color #99CF60: hue angle of 89.19º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99CF60 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 207 96 -
CMYK 0.26 0 0.54 0.19
HSL 89.19º 0.54% 0.59% -
HSV(B) 89.19º 0.54% 0.81% -
XYZ 37.56 52.24 19.17 -
YUV 178.2 81.61 110.03 -
System Red Green Blue C M Y K H S L
Decimal 153 207 96 0.26 0 0.54 0.19 89.19 0.54 0.59
Hex 99 CF 60 1A 0 36 13 59 36 3B
Octal 231 317 140 32 0 66 23 131 66 73
Binary 10011001 11001111 1100000 11010 0 110110 10011 1011001 110110 111011

Color Harmonies of #99CF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CF60

Black with #99CF60

Text Example


Text Example

White with #99CF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99CF60; }

 p { color: rgb(153,207,96); }

 H1.HeaderClassName
 {
   color: #99CF60;
 }
 .AnyTagClassName
 {
   color: #99CF60;
 }
</style>

background-color css

<style>
 a { background-color: #99CF60; }

 a { background-color: rgb(153,207,96); }

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

border-color css

<style>
 span { border-color: #99CF60; }

 span { border-color: rgb(153,207,96); }

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