Html Css Color HEX #A5C266 Olivine

📋 copy color: '#A5C266'

red 165 ◦ green 194 ◦ blue 102

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

Shades of Olivine #A5C266

Tints of Olivine #A5C266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.13%

R = 35.79%
G = 42.08%
B = 22.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#A5C266 (or 0xA5C266) is known color: Olivine. HEX triplet: A5, C2 and 66. RGB value is (165,194,102). Sum of RGB (Red+Green+Blue) = 165+194+102=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C266 is #5A3D99. Grayscale: #AFAFAF. Windows color (decimal): -5914010 or 6734501. OLE color: 6734501.

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

Color convert

RGB 165 194 102 -
CMYK 0.15 0 0.47 0.24
HSL 78.91º 0.43% 0.58% -
HSV(B) 78.91º 0.47% 0.76% -
XYZ 37.21 47.54 19.79 -
YUV 174.84 86.89 120.98 -
System Red Green Blue C M Y K H S L
Decimal 165 194 102 0.15 0 0.47 0.24 78.91 0.43 0.58
Hex A5 C2 66 F 0 2F 18 4F 2B 3A
Octal 245 302 146 17 0 57 30 117 53 72
Binary 10100101 11000010 1100110 1111 0 101111 11000 1001111 101011 111010

Color Harmonies of #A5C266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C266

Black with #A5C266

Text Example


Text Example

White with #A5C266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C266; }

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

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

background-color css

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

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

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

border-color css

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

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

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