Html Css Color HEX #A4D16A Olivine

📋 copy color: '#A4D16A'

red 164 ◦ green 209 ◦ blue 106

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

Shades of Olivine #A4D16A

Tints of Olivine #A4D16A

RGB

 RED value IS 164 (64.45% from 255) = 34.24%

 GREEN value IS 209 (82.03% from 255) = 43.63%

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

R = 34.24%
G = 43.63%
B = 22.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#A4D16A (or 0xA4D16A) is known color: Olivine. HEX triplet: A4, D1 and 6A. RGB value is (164,209,106). Sum of RGB (Red+Green+Blue) = 164+209+106=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D16A is #5B2E95. Grayscale: #B8B8B8. Windows color (decimal): -5975702 or 7000484. OLE color: 7000484.

HSL color Cylindrical-coordinate representation of color #A4D16A: hue angle of 86.21º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4D16A is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 209 106 -
CMYK 0.22 0 0.49 0.18
HSL 86.21º 0.53% 0.62% -
HSV(B) 86.21º 0.49% 0.82% -
XYZ 40.71 54.53 22.02 -
YUV 183.8 84.09 113.88 -
System Red Green Blue C M Y K H S L
Decimal 164 209 106 0.22 0 0.49 0.18 86.21 0.53 0.62
Hex A4 D1 6A 16 0 31 12 56 35 3E
Octal 244 321 152 26 0 61 22 126 65 76
Binary 10100100 11010001 1101010 10110 0 110001 10010 1010110 110101 111110

Color Harmonies of #A4D16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D16A

Black with #A4D16A

Text Example


Text Example

White with #A4D16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D16A; }

 p { color: rgb(164,209,106); }

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

background-color css

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

 a { background-color: rgb(164,209,106); }

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

border-color css

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

 span { border-color: rgb(164,209,106); }

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