Html Css Color HEX #A5C275 Olivine

📋 copy color: '#A5C275'

red 165 ◦ green 194 ◦ blue 117

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

Shades of Olivine #A5C275

Tints of Olivine #A5C275

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.76%

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

R = 34.66%
G = 40.76%
B = 24.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#A5C275 (or 0xA5C275) is known color: Olivine. HEX triplet: A5, C2 and 75. RGB value is (165,194,117). Sum of RGB (Red+Green+Blue) = 165+194+117=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C275 is #5A3D8A. Grayscale: #B0B0B0. Windows color (decimal): -5913995 or 7717541. OLE color: 7717541.

HSL color Cylindrical-coordinate representation of color #A5C275: hue angle of 82.6º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5C275 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 194 117 -
CMYK 0.15 0 0.40 0.24
HSL 82.6º 0.39% 0.61% -
HSV(B) 82.6º 0.4% 0.76% -
XYZ 38.02 47.87 24.07 -
YUV 176.55 94.39 119.76 -
System Red Green Blue C M Y K H S L
Decimal 165 194 117 0.15 0 0.40 0.24 82.6 0.39 0.61
Hex A5 C2 75 F 0 28 18 53 27 3D
Octal 245 302 165 17 0 50 30 123 47 75
Binary 10100101 11000010 1110101 1111 0 101000 11000 1010011 100111 111101

Color Harmonies of #A5C275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C275

Black with #A5C275

Text Example


Text Example

White with #A5C275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C275; }

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

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

background-color css

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

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

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

border-color css

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

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

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