Html Css Color HEX #A5C475 Olivine

📋 copy color: '#A5C475'

red 165 ◦ green 196 ◦ blue 117

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

Shades of Olivine #A5C475

Tints of Olivine #A5C475

RGB

 RED value IS 165 (64.84% from 255) = 34.52%

 GREEN value IS 196 (76.95% from 255) = 41%

 BLUE value IS 117 (46.09% from 255) = 24.48%

R = 34.52%
G = 41%
B = 24.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#A5C475 (or 0xA5C475) is known color: Olivine. HEX triplet: A5, C4 and 75. RGB value is (165,196,117). Sum of RGB (Red+Green+Blue) = 165+196+117=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C475 is #5A3B8A. Grayscale: #B2B2B2. Windows color (decimal): -5913483 or 7718053. OLE color: 7718053.

HSL color Cylindrical-coordinate representation of color #A5C475: hue angle of 83.54º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5C475 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 196 117 -
CMYK 0.16 0 0.40 0.23
HSL 83.54º 0.4% 0.61% -
HSV(B) 83.54º 0.4% 0.77% -
XYZ 38.47 48.76 24.21 -
YUV 177.73 93.73 118.92 -
System Red Green Blue C M Y K H S L
Decimal 165 196 117 0.16 0 0.40 0.23 83.54 0.4 0.61
Hex A5 C4 75 10 0 28 17 54 28 3D
Octal 245 304 165 20 0 50 27 124 50 75
Binary 10100101 11000100 1110101 10000 0 101000 10111 1010100 101000 111101

Color Harmonies of #A5C475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C475

Black with #A5C475

Text Example


Text Example

White with #A5C475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C475; }

 p { color: rgb(165,196,117); }

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

background-color css

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

 a { background-color: rgb(165,196,117); }

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

border-color css

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

 span { border-color: rgb(165,196,117); }

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