Html Css Color HEX #A2D068 Olivine

📋 copy color: '#A2D068'

red 162 ◦ green 208 ◦ blue 104

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

Shades of Olivine #A2D068

Tints of Olivine #A2D068

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.88%

 BLUE value IS 104 (41.02% from 255) = 21.94%

R = 34.18%
G = 43.88%
B = 21.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#A2D068 (or 0xA2D068) is known color: Olivine. HEX triplet: A2, D0 and 68. RGB value is (162,208,104). Sum of RGB (Red+Green+Blue) = 162+208+104=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D068 is #5D2F97. Grayscale: #B6B6B6. Windows color (decimal): -6107032 or 6869154. OLE color: 6869154.

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

Color convert

RGB 162 208 104 -
CMYK 0.22 0 0.5 0.18
HSL 86.54º 0.53% 0.61% -
HSV(B) 86.54º 0.5% 0.82% -
XYZ 39.95 53.79 21.37 -
YUV 182.39 83.76 113.46 -
System Red Green Blue C M Y K H S L
Decimal 162 208 104 0.22 0 0.5 0.18 86.54 0.53 0.61
Hex A2 D0 68 16 0 32 12 57 35 3D
Octal 242 320 150 26 0 62 22 127 65 75
Binary 10100010 11010000 1101000 10110 0 110010 10010 1010111 110101 111101

Color Harmonies of #A2D068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D068

Black with #A2D068

Text Example


Text Example

White with #A2D068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D068; }

 p { color: rgb(162,208,104); }

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

background-color css

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

 a { background-color: rgb(162,208,104); }

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

border-color css

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

 span { border-color: rgb(162,208,104); }

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