Html Css Color HEX #A2CE65 Olivine

📋 copy color: '#A2CE65'

red 162 ◦ green 206 ◦ blue 101

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

Shades of Olivine #A2CE65

Tints of Olivine #A2CE65

RGB

 RED value IS 162 (63.67% from 255) = 34.54%

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

 BLUE value IS 101 (39.84% from 255) = 21.54%

R = 34.54%
G = 43.92%
B = 21.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#A2CE65 (or 0xA2CE65) is known color: Olivine. HEX triplet: A2, CE and 65. RGB value is (162,206,101). Sum of RGB (Red+Green+Blue) = 162+206+101=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE65 is #5D319A. Grayscale: #B5B5B5. Windows color (decimal): -6107547 or 6672034. OLE color: 6672034.

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

Color convert

RGB 162 206 101 -
CMYK 0.21 0 0.51 0.19
HSL 85.14º 0.52% 0.6% -
HSV(B) 85.14º 0.51% 0.81% -
XYZ 39.32 52.76 20.42 -
YUV 180.87 82.92 114.54 -
System Red Green Blue C M Y K H S L
Decimal 162 206 101 0.21 0 0.51 0.19 85.14 0.52 0.6
Hex A2 CE 65 15 0 33 13 55 34 3C
Octal 242 316 145 25 0 63 23 125 64 74
Binary 10100010 11001110 1100101 10101 0 110011 10011 1010101 110100 111100

Color Harmonies of #A2CE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CE65

Black with #A2CE65

Text Example


Text Example

White with #A2CE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CE65; }

 p { color: rgb(162,206,101); }

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

background-color css

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

 a { background-color: rgb(162,206,101); }

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

border-color css

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

 span { border-color: rgb(162,206,101); }

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