Html Css Color HEX #A1CF63 Olivine

📋 copy color: '#A1CF63'

red 161 ◦ green 207 ◦ blue 99

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

Shades of Olivine #A1CF63

Tints of Olivine #A1CF63

RGB

 RED value IS 161 (63.28% from 255) = 34.48%

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

 BLUE value IS 99 (39.06% from 255) = 21.2%

R = 34.48%
G = 44.33%
B = 21.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#A1CF63 (or 0xA1CF63) is known color: Olivine. HEX triplet: A1, CF and 63. RGB value is (161,207,99). Sum of RGB (Red+Green+Blue) = 161+207+99=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CF63 is #5E309C. Grayscale: #B5B5B5. Windows color (decimal): -6172829 or 6541217. OLE color: 6541217.

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

Color convert

RGB 161 207 99 -
CMYK 0.22 0 0.52 0.19
HSL 85.56º 0.53% 0.6% -
HSV(B) 85.56º 0.52% 0.81% -
XYZ 39.26 53.1 19.99 -
YUV 180.93 81.76 113.78 -
System Red Green Blue C M Y K H S L
Decimal 161 207 99 0.22 0 0.52 0.19 85.56 0.53 0.6
Hex A1 CF 63 16 0 34 13 56 35 3C
Octal 241 317 143 26 0 64 23 126 65 74
Binary 10100001 11001111 1100011 10110 0 110100 10011 1010110 110101 111100

Color Harmonies of #A1CF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CF63

Black with #A1CF63

Text Example


Text Example

White with #A1CF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CF63; }

 p { color: rgb(161,207,99); }

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

background-color css

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

 a { background-color: rgb(161,207,99); }

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

border-color css

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

 span { border-color: rgb(161,207,99); }

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