Html Css Color HEX #A0D067 Olivine

📋 copy color: '#A0D067'

red 160 ◦ green 208 ◦ blue 103

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

Shades of Olivine #A0D067

Tints of Olivine #A0D067

RGB

 RED value IS 160 (62.89% from 255) = 33.97%

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

 BLUE value IS 103 (40.63% from 255) = 21.87%

R = 33.97%
G = 44.16%
B = 21.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#A0D067 (or 0xA0D067) is known color: Olivine. HEX triplet: A0, D0 and 67. RGB value is (160,208,103). Sum of RGB (Red+Green+Blue) = 160+208+103=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D067 is #5F2F98. Grayscale: #B6B6B6. Windows color (decimal): -6238105 or 6803616. OLE color: 6803616.

HSL color Cylindrical-coordinate representation of color #A0D067: hue angle of 87.43º 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 #A0D067 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 208 103 -
CMYK 0.23 0 0.50 0.18
HSL 87.43º 0.53% 0.61% -
HSV(B) 87.43º 0.5% 0.82% -
XYZ 39.5 53.56 21.09 -
YUV 181.68 83.6 112.54 -
System Red Green Blue C M Y K H S L
Decimal 160 208 103 0.23 0 0.50 0.18 87.43 0.53 0.61
Hex A0 D0 67 17 0 32 12 57 35 3D
Octal 240 320 147 27 0 62 22 127 65 75
Binary 10100000 11010000 1100111 10111 0 110010 10010 1010111 110101 111101

Color Harmonies of #A0D067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D067

Black with #A0D067

Text Example


Text Example

White with #A0D067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D067; }

 p { color: rgb(160,208,103); }

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

background-color css

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

 a { background-color: rgb(160,208,103); }

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

border-color css

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

 span { border-color: rgb(160,208,103); }

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