Html Css Color HEX #9AC06B Olivine

📋 copy color: '#9AC06B'

red 154 ◦ green 192 ◦ blue 107

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

Shades of Olivine #9AC06B

Tints of Olivine #9AC06B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.38%

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

R = 34%
G = 42.38%
B = 23.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#9AC06B (or 0x9AC06B) is known color: Olivine. HEX triplet: 9A, C0 and 6B. RGB value is (154,192,107). Sum of RGB (Red+Green+Blue) = 154+192+107=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC06B is #653F94. Grayscale: #ABABAB. Windows color (decimal): -6635413 or 7061658. OLE color: 7061658.

HSL color Cylindrical-coordinate representation of color #9AC06B: hue angle of 86.82º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AC06B is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 192 107 -
CMYK 0.20 0 0.44 0.25
HSL 86.82º 0.4% 0.59% -
HSV(B) 86.82º 0.44% 0.75% -
XYZ 34.83 45.63 20.88 -
YUV 170.95 91.91 115.91 -
System Red Green Blue C M Y K H S L
Decimal 154 192 107 0.20 0 0.44 0.25 86.82 0.4 0.59
Hex 9A C0 6B 14 0 2C 19 57 28 3B
Octal 232 300 153 24 0 54 31 127 50 73
Binary 10011010 11000000 1101011 10100 0 101100 11001 1010111 101000 111011

Color Harmonies of #9AC06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC06B

Black with #9AC06B

Text Example


Text Example

White with #9AC06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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