Html Css Color HEX #9AC062 Olivine

📋 copy color: '#9AC062'

red 154 ◦ green 192 ◦ blue 98

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

Shades of Olivine #9AC062

Tints of Olivine #9AC062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.07%

R = 34.68%
G = 43.24%
B = 22.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#9AC062 (or 0x9AC062) is known color: Olivine. HEX triplet: 9A, C0 and 62. RGB value is (154,192,98). Sum of RGB (Red+Green+Blue) = 154+192+98=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC062 is #653F9D. Grayscale: #AAAAAA. Windows color (decimal): -6635422 or 6471834. OLE color: 6471834.

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

Color convert

RGB 154 192 98 -
CMYK 0.20 0 0.49 0.25
HSL 84.26º 0.43% 0.57% -
HSV(B) 84.26º 0.49% 0.75% -
XYZ 34.38 45.45 18.52 -
YUV 169.92 87.41 116.64 -
System Red Green Blue C M Y K H S L
Decimal 154 192 98 0.20 0 0.49 0.25 84.26 0.43 0.57
Hex 9A C0 62 14 0 31 19 54 2B 39
Octal 232 300 142 24 0 61 31 124 53 71
Binary 10011010 11000000 1100010 10100 0 110001 11001 1010100 101011 111001

Color Harmonies of #9AC062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC062

Black with #9AC062

Text Example


Text Example

White with #9AC062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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