Html Css Color HEX #A4D36B Olivine

📋 copy color: '#A4D36B'

red 164 ◦ green 211 ◦ blue 107

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

Shades of Olivine #A4D36B

Tints of Olivine #A4D36B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.78%

 BLUE value IS 107 (42.19% from 255) = 22.2%

R = 34.02%
G = 43.78%
B = 22.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#A4D36B (or 0xA4D36B) is known color: Olivine. HEX triplet: A4, D3 and 6B. RGB value is (164,211,107). Sum of RGB (Red+Green+Blue) = 164+211+107=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D36B is #5B2C94. Grayscale: #B9B9B9. Windows color (decimal): -5975189 or 7066532. OLE color: 7066532.

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

Color convert

RGB 164 211 107 -
CMYK 0.22 0 0.49 0.17
HSL 87.12º 0.54% 0.62% -
HSV(B) 87.12º 0.49% 0.83% -
XYZ 41.26 55.54 22.46 -
YUV 185.09 83.93 112.96 -
System Red Green Blue C M Y K H S L
Decimal 164 211 107 0.22 0 0.49 0.17 87.12 0.54 0.62
Hex A4 D3 6B 16 0 31 11 57 36 3E
Octal 244 323 153 26 0 61 21 127 66 76
Binary 10100100 11010011 1101011 10110 0 110001 10001 1010111 110110 111110

Color Harmonies of #A4D36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D36B

Black with #A4D36B

Text Example


Text Example

White with #A4D36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D36B; }

 p { color: rgb(164,211,107); }

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

background-color css

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

 a { background-color: rgb(164,211,107); }

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

border-color css

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

 span { border-color: rgb(164,211,107); }

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