Html Css Color HEX #9ACF5D Olivine

📋 copy color: '#9ACF5D'

red 154 ◦ green 207 ◦ blue 93

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

Shades of Olivine #9ACF5D

Tints of Olivine #9ACF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.48%

R = 33.92%
G = 45.59%
B = 20.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#9ACF5D (or 0x9ACF5D) is known color: Olivine. HEX triplet: 9A, CF and 5D. RGB value is (154,207,93). Sum of RGB (Red+Green+Blue) = 154+207+93=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACF5D is #6530A2. Grayscale: #B2B2B2. Windows color (decimal): -6631587 or 6147994. OLE color: 6147994.

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

Color convert

RGB 154 207 93 -
CMYK 0.26 0 0.55 0.19
HSL 87.89º 0.54% 0.59% -
HSV(B) 87.89º 0.55% 0.81% -
XYZ 37.62 52.29 18.47 -
YUV 178.16 79.94 110.77 -
System Red Green Blue C M Y K H S L
Decimal 154 207 93 0.26 0 0.55 0.19 87.89 0.54 0.59
Hex 9A CF 5D 1A 0 37 13 58 36 3B
Octal 232 317 135 32 0 67 23 130 66 73
Binary 10011010 11001111 1011101 11010 0 110111 10011 1011000 110110 111011

Color Harmonies of #9ACF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACF5D

Black with #9ACF5D

Text Example


Text Example

White with #9ACF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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