Html Css Color HEX #A1CD76 Feijoa

📋 copy color: '#A1CD76'

red 161 ◦ green 205 ◦ blue 118

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

Shades of Feijoa #A1CD76

Tints of Feijoa #A1CD76

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.36%

 BLUE value IS 118 (46.48% from 255) = 24.38%

R = 33.26%
G = 42.36%
B = 24.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#A1CD76 (or 0xA1CD76) is known color: Feijoa. HEX triplet: A1, CD and 76. RGB value is (161,205,118). Sum of RGB (Red+Green+Blue) = 161+205+118=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CD76 is #5E3289. Grayscale: #B6B6B6. Windows color (decimal): -6173322 or 7785889. OLE color: 7785889.

HSL color Cylindrical-coordinate representation of color #A1CD76: hue angle of 90.34º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1CD76 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 205 118 -
CMYK 0.21 0 0.42 0.20
HSL 90.34º 0.47% 0.63% -
HSV(B) 90.34º 0.42% 0.8% -
XYZ 39.8 52.55 25.18 -
YUV 181.93 91.92 113.07 -
System Red Green Blue C M Y K H S L
Decimal 161 205 118 0.21 0 0.42 0.20 90.34 0.47 0.63
Hex A1 CD 76 15 0 2A 14 5A 2F 3F
Octal 241 315 166 25 0 52 24 132 57 77
Binary 10100001 11001101 1110110 10101 0 101010 10100 1011010 101111 111111

Color Harmonies of #A1CD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CD76

Black with #A1CD76

Text Example


Text Example

White with #A1CD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CD76; }

 p { color: rgb(161,205,118); }

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

background-color css

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

 a { background-color: rgb(161,205,118); }

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

border-color css

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

 span { border-color: rgb(161,205,118); }

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