Html Css Color HEX #99D269 Olivine

📋 copy color: '#99D269'

red 153 ◦ green 210 ◦ blue 105

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

Shades of Olivine #99D269

Tints of Olivine #99D269

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.87%

 BLUE value IS 105 (41.41% from 255) = 22.44%

R = 32.69%
G = 44.87%
B = 22.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#99D269 (or 0x99D269) is known color: Olivine. HEX triplet: 99, D2 and 69. RGB value is (153,210,105). Sum of RGB (Red+Green+Blue) = 153+210+105=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #99D269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D269 is #662D96. Grayscale: #B5B5B5. Windows color (decimal): -6696343 or 6935193. OLE color: 6935193.

HSL color Cylindrical-coordinate representation of color #99D269: hue angle of 92.57º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99D269 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 210 105 -
CMYK 0.27 0 0.50 0.18
HSL 92.57º 0.54% 0.62% -
HSV(B) 92.57º 0.5% 0.82% -
XYZ 38.73 53.89 21.72 -
YUV 180.99 85.12 108.04 -
System Red Green Blue C M Y K H S L
Decimal 153 210 105 0.27 0 0.50 0.18 92.57 0.54 0.62
Hex 99 D2 69 1B 0 32 12 5D 36 3E
Octal 231 322 151 33 0 62 22 135 66 76
Binary 10011001 11010010 1101001 11011 0 110010 10010 1011101 110110 111110

Color Harmonies of #99D269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D269

Black with #99D269

Text Example


Text Example

White with #99D269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,210,105); }

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

background-color css

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

 a { background-color: rgb(153,210,105); }

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

border-color css

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

 span { border-color: rgb(153,210,105); }

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