Html Css Color HEX #9ACC70 Olivine

📋 copy color: '#9ACC70'

red 154 ◦ green 204 ◦ blue 112

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

Shades of Olivine #9ACC70

Tints of Olivine #9ACC70

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.4%

 BLUE value IS 112 (44.14% from 255) = 23.83%

R = 32.77%
G = 43.4%
B = 23.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#9ACC70 (or 0x9ACC70) is known color: Olivine. HEX triplet: 9A, CC and 70. RGB value is (154,204,112). Sum of RGB (Red+Green+Blue) = 154+204+112=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACC70 is #65338F. Grayscale: #B2B2B2. Windows color (decimal): -6632336 or 7392410. OLE color: 7392410.

HSL color Cylindrical-coordinate representation of color #9ACC70: hue angle of 92.61º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9ACC70 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 204 112 -
CMYK 0.25 0 0.45 0.2
HSL 92.61º 0.47% 0.62% -
HSV(B) 92.61º 0.45% 0.8% -
XYZ 37.84 51.23 23.22 -
YUV 178.56 90.44 110.48 -
System Red Green Blue C M Y K H S L
Decimal 154 204 112 0.25 0 0.45 0.2 92.61 0.47 0.62
Hex 9A CC 70 19 0 2D 14 5D 2F 3E
Octal 232 314 160 31 0 55 24 135 57 76
Binary 10011010 11001100 1110000 11001 0 101101 10100 1011101 101111 111110

Color Harmonies of #9ACC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACC70

Black with #9ACC70

Text Example


Text Example

White with #9ACC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,204,112); }

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

background-color css

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

 a { background-color: rgb(154,204,112); }

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

border-color css

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

 span { border-color: rgb(154,204,112); }

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