Html Css Color HEX #A2CC65 Olivine

📋 copy color: '#A2CC65'

red 162 ◦ green 204 ◦ blue 101

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

Shades of Olivine #A2CC65

Tints of Olivine #A2CC65

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.68%

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

R = 34.69%
G = 43.68%
B = 21.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#A2CC65 (or 0xA2CC65) is known color: Olivine. HEX triplet: A2, CC and 65. RGB value is (162,204,101). Sum of RGB (Red+Green+Blue) = 162+204+101=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CC65 is #5D339A. Grayscale: #B4B4B4. Windows color (decimal): -6108059 or 6671522. OLE color: 6671522.

HSL color Cylindrical-coordinate representation of color #A2CC65: hue angle of 84.47º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2CC65 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 204 101 -
CMYK 0.21 0 0.50 0.2
HSL 84.47º 0.5% 0.6% -
HSV(B) 84.47º 0.5% 0.8% -
XYZ 38.84 51.81 20.26 -
YUV 179.7 83.59 115.38 -
System Red Green Blue C M Y K H S L
Decimal 162 204 101 0.21 0 0.50 0.2 84.47 0.5 0.6
Hex A2 CC 65 15 0 32 14 54 32 3C
Octal 242 314 145 25 0 62 24 124 62 74
Binary 10100010 11001100 1100101 10101 0 110010 10100 1010100 110010 111100

Color Harmonies of #A2CC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CC65

Black with #A2CC65

Text Example


Text Example

White with #A2CC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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