Html Css Color HEX #A5CE6A Olivine

📋 copy color: '#A5CE6A'

red 165 ◦ green 206 ◦ blue 106

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

Shades of Olivine #A5CE6A

Tints of Olivine #A5CE6A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.19%

 BLUE value IS 106 (41.8% from 255) = 22.22%

R = 34.59%
G = 43.19%
B = 22.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#A5CE6A (or 0xA5CE6A) is known color: Olivine. HEX triplet: A5, CE and 6A. RGB value is (165,206,106). Sum of RGB (Red+Green+Blue) = 165+206+106=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CE6A is #5A3195. Grayscale: #B6B6B6. Windows color (decimal): -5910934 or 6999717. OLE color: 6999717.

HSL color Cylindrical-coordinate representation of color #A5CE6A: hue angle of 84.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5CE6A is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 206 106 -
CMYK 0.20 0 0.49 0.19
HSL 84.6º 0.51% 0.61% -
HSV(B) 84.6º 0.49% 0.81% -
XYZ 40.19 53.18 21.78 -
YUV 182.34 84.92 115.63 -
System Red Green Blue C M Y K H S L
Decimal 165 206 106 0.20 0 0.49 0.19 84.6 0.51 0.61
Hex A5 CE 6A 14 0 31 13 55 33 3D
Octal 245 316 152 24 0 61 23 125 63 75
Binary 10100101 11001110 1101010 10100 0 110001 10011 1010101 110011 111101

Color Harmonies of #A5CE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CE6A

Black with #A5CE6A

Text Example


Text Example

White with #A5CE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CE6A; }

 p { color: rgb(165,206,106); }

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

background-color css

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

 a { background-color: rgb(165,206,106); }

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

border-color css

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

 span { border-color: rgb(165,206,106); }

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