Html Css Color HEX #A4C57D Olivine

📋 copy color: '#A4C57D'

red 164 ◦ green 197 ◦ blue 125

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

Shades of Olivine #A4C57D

Tints of Olivine #A4C57D

RGB

 RED value IS 164 (64.45% from 255) = 33.74%

 GREEN value IS 197 (77.34% from 255) = 40.53%

 BLUE value IS 125 (49.22% from 255) = 25.72%

R = 33.74%
G = 40.53%
B = 25.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#A4C57D (or 0xA4C57D) is known color: Olivine. HEX triplet: A4, C5 and 7D. RGB value is (164,197,125). Sum of RGB (Red+Green+Blue) = 164+197+125=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C57D is #5B3A82. Grayscale: #B3B3B3. Windows color (decimal): -5978755 or 8242596. OLE color: 8242596.

HSL color Cylindrical-coordinate representation of color #A4C57D: hue angle of 87.5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4C57D is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 164 197 125 -
CMYK 0.17 0 0.37 0.23
HSL 87.5º 0.38% 0.63% -
HSV(B) 87.5º 0.37% 0.77% -
XYZ 38.98 49.31 26.86 -
YUV 178.93 97.57 117.35 -
System Red Green Blue C M Y K H S L
Decimal 164 197 125 0.17 0 0.37 0.23 87.5 0.38 0.63
Hex A4 C5 7D 11 0 25 17 57 26 3F
Octal 244 305 175 21 0 45 27 127 46 77
Binary 10100100 11000101 1111101 10001 0 100101 10111 1010111 100110 111111

Color Harmonies of #A4C57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C57D

Black with #A4C57D

Text Example


Text Example

White with #A4C57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C57D; }

 p { color: rgb(164,197,125); }

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

background-color css

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

 a { background-color: rgb(164,197,125); }

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

border-color css

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

 span { border-color: rgb(164,197,125); }

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