Html Css Color HEX #A2C369 Olivine

📋 copy color: '#A2C369'

red 162 ◦ green 195 ◦ blue 105

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

Shades of Olivine #A2C369

Tints of Olivine #A2C369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.73%

R = 35.06%
G = 42.21%
B = 22.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#A2C369 (or 0xA2C369) is known color: Olivine. HEX triplet: A2, C3 and 69. RGB value is (162,195,105). Sum of RGB (Red+Green+Blue) = 162+195+105=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C369 is #5D3C96. Grayscale: #AFAFAF. Windows color (decimal): -6110359 or 6931362. OLE color: 6931362.

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

Color convert

RGB 162 195 105 -
CMYK 0.17 0 0.46 0.24
HSL 82º 0.43% 0.59% -
HSV(B) 82º 0.46% 0.76% -
XYZ 36.97 47.73 20.63 -
YUV 174.87 88.57 118.82 -
System Red Green Blue C M Y K H S L
Decimal 162 195 105 0.17 0 0.46 0.24 82 0.43 0.59
Hex A2 C3 69 11 0 2E 18 52 2B 3B
Octal 242 303 151 21 0 56 30 122 53 73
Binary 10100010 11000011 1101001 10001 0 101110 11000 1010010 101011 111011

Color Harmonies of #A2C369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C369

Black with #A2C369

Text Example


Text Example

White with #A2C369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C369; }

 p { color: rgb(162,195,105); }

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

background-color css

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

 a { background-color: rgb(162,195,105); }

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

border-color css

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

 span { border-color: rgb(162,195,105); }

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