Html Css Color HEX #9AD06B Olivine

📋 copy color: '#9AD06B'

red 154 ◦ green 208 ◦ blue 107

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

Shades of Olivine #9AD06B

Tints of Olivine #9AD06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.81%

R = 32.84%
G = 44.35%
B = 22.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#9AD06B (or 0x9AD06B) is known color: Olivine. HEX triplet: 9A, D0 and 6B. RGB value is (154,208,107). Sum of RGB (Red+Green+Blue) = 154+208+107=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD06B is #652F94. Grayscale: #B4B4B4. Windows color (decimal): -6631317 or 7065754. OLE color: 7065754.

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

Color convert

RGB 154 208 107 -
CMYK 0.26 0 0.49 0.18
HSL 92.08º 0.52% 0.62% -
HSV(B) 92.08º 0.49% 0.82% -
XYZ 38.54 53.04 22.12 -
YUV 180.34 86.61 109.21 -
System Red Green Blue C M Y K H S L
Decimal 154 208 107 0.26 0 0.49 0.18 92.08 0.52 0.62
Hex 9A D0 6B 1A 0 31 12 5C 34 3E
Octal 232 320 153 32 0 61 22 134 64 76
Binary 10011010 11010000 1101011 11010 0 110001 10010 1011100 110100 111110

Color Harmonies of #9AD06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD06B

Black with #9AD06B

Text Example


Text Example

White with #9AD06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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