Html Css Color HEX #A2C15D Olivine

📋 copy color: '#A2C15D'

red 162 ◦ green 193 ◦ blue 93

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

Shades of Olivine #A2C15D

Tints of Olivine #A2C15D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.08%

 BLUE value IS 93 (36.72% from 255) = 20.76%

R = 36.16%
G = 43.08%
B = 20.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#A2C15D (or 0xA2C15D) is known color: Olivine. HEX triplet: A2, C1 and 5D. RGB value is (162,193,93). Sum of RGB (Red+Green+Blue) = 162+193+93=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C15D is #5D3EA2. Grayscale: #ACACAC. Windows color (decimal): -6110883 or 6144418. OLE color: 6144418.

HSL color Cylindrical-coordinate representation of color #A2C15D: hue angle of 78.6º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2C15D is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 193 93 -
CMYK 0.16 0 0.52 0.24
HSL 78.6º 0.45% 0.56% -
HSV(B) 78.6º 0.52% 0.76% -
XYZ 35.95 46.61 17.46 -
YUV 172.33 83.23 120.63 -
System Red Green Blue C M Y K H S L
Decimal 162 193 93 0.16 0 0.52 0.24 78.6 0.45 0.56
Hex A2 C1 5D 10 0 34 18 4F 2D 38
Octal 242 301 135 20 0 64 30 117 55 70
Binary 10100010 11000001 1011101 10000 0 110100 11000 1001111 101101 111000

Color Harmonies of #A2C15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C15D

Black with #A2C15D

Text Example


Text Example

White with #A2C15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C15D; }

 p { color: rgb(162,193,93); }

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

background-color css

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

 a { background-color: rgb(162,193,93); }

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

border-color css

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

 span { border-color: rgb(162,193,93); }

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