Html Css Color HEX #A1CF6F Olivine

📋 copy color: '#A1CF6F'

red 161 ◦ green 207 ◦ blue 111

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

Shades of Olivine #A1CF6F

Tints of Olivine #A1CF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.17%

R = 33.61%
G = 43.22%
B = 23.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#A1CF6F (or 0xA1CF6F) is known color: Olivine. HEX triplet: A1, CF and 6F. RGB value is (161,207,111). Sum of RGB (Red+Green+Blue) = 161+207+111=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CF6F is #5E3090. Grayscale: #B6B6B6. Windows color (decimal): -6172817 or 7327649. OLE color: 7327649.

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

Color convert

RGB 161 207 111 -
CMYK 0.22 0 0.46 0.19
HSL 88.75º 0.5% 0.62% -
HSV(B) 88.75º 0.46% 0.81% -
XYZ 39.88 53.35 23.23 -
YUV 182.3 87.76 112.81 -
System Red Green Blue C M Y K H S L
Decimal 161 207 111 0.22 0 0.46 0.19 88.75 0.5 0.62
Hex A1 CF 6F 16 0 2E 13 59 32 3E
Octal 241 317 157 26 0 56 23 131 62 76
Binary 10100001 11001111 1101111 10110 0 101110 10011 1011001 110010 111110

Color Harmonies of #A1CF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CF6F

Black with #A1CF6F

Text Example


Text Example

White with #A1CF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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