Html Css Color HEX #9AD06D Olivine

📋 copy color: '#9AD06D'

red 154 ◦ green 208 ◦ blue 109

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

Shades of Olivine #9AD06D

Tints of Olivine #9AD06D

RGB

 RED value IS 154 (60.55% from 255) = 32.7%

 GREEN value IS 208 (81.64% from 255) = 44.16%

 BLUE value IS 109 (42.97% from 255) = 23.14%

R = 32.7%
G = 44.16%
B = 23.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#9AD06D (or 0x9AD06D) is known color: Olivine. HEX triplet: 9A, D0 and 6D. RGB value is (154,208,109). Sum of RGB (Red+Green+Blue) = 154+208+109=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD06D is #652F92. Grayscale: #B4B4B4. Windows color (decimal): -6631315 or 7196826. OLE color: 7196826.

HSL color Cylindrical-coordinate representation of color #9AD06D: hue angle of 92.73º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9AD06D is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 208 109 -
CMYK 0.26 0 0.48 0.18
HSL 92.73º 0.51% 0.62% -
HSV(B) 92.73º 0.48% 0.82% -
XYZ 38.64 53.09 22.68 -
YUV 180.57 87.61 109.05 -
System Red Green Blue C M Y K H S L
Decimal 154 208 109 0.26 0 0.48 0.18 92.73 0.51 0.62
Hex 9A D0 6D 1A 0 30 12 5D 33 3E
Octal 232 320 155 32 0 60 22 135 63 76
Binary 10011010 11010000 1101101 11010 0 110000 10010 1011101 110011 111110

Color Harmonies of #9AD06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD06D

Black with #9AD06D

Text Example


Text Example

White with #9AD06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,208,109); }

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

background-color css

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

 a { background-color: rgb(154,208,109); }

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

border-color css

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

 span { border-color: rgb(154,208,109); }

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