Html Css Color HEX #A5C35E Olivine

📋 copy color: '#A5C35E'

red 165 ◦ green 195 ◦ blue 94

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

Shades of Olivine #A5C35E

Tints of Olivine #A5C35E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.95%

 BLUE value IS 94 (37.11% from 255) = 20.7%

R = 36.34%
G = 42.95%
B = 20.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#A5C35E (or 0xA5C35E) is known color: Olivine. HEX triplet: A5, C3 and 5E. RGB value is (165,195,94). Sum of RGB (Red+Green+Blue) = 165+195+94=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C35E is #5A3CA1. Grayscale: #AEAEAE. Windows color (decimal): -5913762 or 6210469. OLE color: 6210469.

HSL color Cylindrical-coordinate representation of color #A5C35E: hue angle of 77.82º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5C35E is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 195 94 -
CMYK 0.15 0 0.52 0.24
HSL 77.82º 0.46% 0.57% -
HSV(B) 77.82º 0.52% 0.76% -
XYZ 37.05 47.84 17.87 -
YUV 174.52 82.56 121.21 -
System Red Green Blue C M Y K H S L
Decimal 165 195 94 0.15 0 0.52 0.24 77.82 0.46 0.57
Hex A5 C3 5E F 0 34 18 4E 2E 39
Octal 245 303 136 17 0 64 30 116 56 71
Binary 10100101 11000011 1011110 1111 0 110100 11000 1001110 101110 111001

Color Harmonies of #A5C35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C35E

Black with #A5C35E

Text Example


Text Example

White with #A5C35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C35E; }

 p { color: rgb(165,195,94); }

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

background-color css

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

 a { background-color: rgb(165,195,94); }

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

border-color css

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

 span { border-color: rgb(165,195,94); }

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