Html Css Color HEX #A3CF71 Olivine

📋 copy color: '#A3CF71'

red 163 ◦ green 207 ◦ blue 113

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

Shades of Olivine #A3CF71

Tints of Olivine #A3CF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.4%

R = 33.75%
G = 42.86%
B = 23.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#A3CF71 (or 0xA3CF71) is known color: Olivine. HEX triplet: A3, CF and 71. RGB value is (163,207,113). Sum of RGB (Red+Green+Blue) = 163+207+113=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CF71 is #5C308E. Grayscale: #B7B7B7. Windows color (decimal): -6041743 or 7458723. OLE color: 7458723.

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

Color convert

RGB 163 207 113 -
CMYK 0.21 0 0.45 0.19
HSL 88.09º 0.49% 0.63% -
HSV(B) 88.09º 0.45% 0.81% -
XYZ 40.4 53.6 23.84 -
YUV 183.13 88.42 113.64 -
System Red Green Blue C M Y K H S L
Decimal 163 207 113 0.21 0 0.45 0.19 88.09 0.49 0.63
Hex A3 CF 71 15 0 2D 13 58 31 3F
Octal 243 317 161 25 0 55 23 130 61 77
Binary 10100011 11001111 1110001 10101 0 101101 10011 1011000 110001 111111

Color Harmonies of #A3CF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CF71

Black with #A3CF71

Text Example


Text Example

White with #A3CF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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