Html Css Color HEX #9ACF61 Olivine

📋 copy color: '#9ACF61'

red 154 ◦ green 207 ◦ blue 97

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

Shades of Olivine #9ACF61

Tints of Olivine #9ACF61

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.2%

 BLUE value IS 97 (38.28% from 255) = 21.18%

R = 33.62%
G = 45.2%
B = 21.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#9ACF61 (or 0x9ACF61) is known color: Olivine. HEX triplet: 9A, CF and 61. RGB value is (154,207,97). Sum of RGB (Red+Green+Blue) = 154+207+97=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACF61 is #65309E. Grayscale: #B2B2B2. Windows color (decimal): -6631583 or 6410138. OLE color: 6410138.

HSL color Cylindrical-coordinate representation of color #9ACF61: hue angle of 88.91º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9ACF61 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 207 97 -
CMYK 0.26 0 0.53 0.19
HSL 88.91º 0.53% 0.6% -
HSV(B) 88.91º 0.53% 0.81% -
XYZ 37.8 52.36 19.42 -
YUV 178.61 81.94 110.44 -
System Red Green Blue C M Y K H S L
Decimal 154 207 97 0.26 0 0.53 0.19 88.91 0.53 0.6
Hex 9A CF 61 1A 0 35 13 59 35 3C
Octal 232 317 141 32 0 65 23 131 65 74
Binary 10011010 11001111 1100001 11010 0 110101 10011 1011001 110101 111100

Color Harmonies of #9ACF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACF61

Black with #9ACF61

Text Example


Text Example

White with #9ACF61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,207,97); }

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

background-color css

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

 a { background-color: rgb(154,207,97); }

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

border-color css

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

 span { border-color: rgb(154,207,97); }

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