Html Css Color HEX #A3D067 Olivine

📋 copy color: '#A3D067'

red 163 ◦ green 208 ◦ blue 103

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

Shades of Olivine #A3D067

Tints of Olivine #A3D067

RGB

 RED value IS 163 (64.06% from 255) = 34.39%

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

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

R = 34.39%
G = 43.88%
B = 21.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#A3D067 (or 0xA3D067) is known color: Olivine. HEX triplet: A3, D0 and 67. RGB value is (163,208,103). Sum of RGB (Red+Green+Blue) = 163+208+103=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D067 is #5C2F98. Grayscale: #B6B6B6. Windows color (decimal): -6041497 or 6803619. OLE color: 6803619.

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

Color convert

RGB 163 208 103 -
CMYK 0.22 0 0.50 0.18
HSL 85.71º 0.53% 0.61% -
HSV(B) 85.71º 0.5% 0.82% -
XYZ 40.11 53.88 21.12 -
YUV 182.58 83.09 114.04 -
System Red Green Blue C M Y K H S L
Decimal 163 208 103 0.22 0 0.50 0.18 85.71 0.53 0.61
Hex A3 D0 67 16 0 32 12 56 35 3D
Octal 243 320 147 26 0 62 22 126 65 75
Binary 10100011 11010000 1100111 10110 0 110010 10010 1010110 110101 111101

Color Harmonies of #A3D067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D067

Black with #A3D067

Text Example


Text Example

White with #A3D067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D067; }

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

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

background-color css

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

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

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

border-color css

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

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

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