Html Css Color HEX #A3CF66 Olivine

📋 copy color: '#A3CF66'

red 163 ◦ green 207 ◦ blue 102

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

Shades of Olivine #A3CF66

Tints of Olivine #A3CF66

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.86%

 BLUE value IS 102 (40.23% from 255) = 21.61%

R = 34.53%
G = 43.86%
B = 21.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#A3CF66 (or 0xA3CF66) is known color: Olivine. HEX triplet: A3, CF and 66. RGB value is (163,207,102). Sum of RGB (Red+Green+Blue) = 163+207+102=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CF66 is #5C3099. Grayscale: #B6B6B6. Windows color (decimal): -6041754 or 6737827. OLE color: 6737827.

HSL color Cylindrical-coordinate representation of color #A3CF66: hue angle of 85.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3CF66 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 207 102 -
CMYK 0.21 0 0.51 0.19
HSL 85.14º 0.52% 0.61% -
HSV(B) 85.14º 0.51% 0.81% -
XYZ 39.82 53.37 20.77 -
YUV 181.87 82.92 114.54 -
System Red Green Blue C M Y K H S L
Decimal 163 207 102 0.21 0 0.51 0.19 85.14 0.52 0.61
Hex A3 CF 66 15 0 33 13 55 34 3D
Octal 243 317 146 25 0 63 23 125 64 75
Binary 10100011 11001111 1100110 10101 0 110011 10011 1010101 110100 111101

Color Harmonies of #A3CF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CF66

Black with #A3CF66

Text Example


Text Example

White with #A3CF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CF66; }

 p { color: rgb(163,207,102); }

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

background-color css

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

 a { background-color: rgb(163,207,102); }

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

border-color css

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

 span { border-color: rgb(163,207,102); }

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