Html Css Color HEX #AFEC76 Feijoa

📋 copy color: '#AFEC76'

red 175 ◦ green 236 ◦ blue 118

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

Shades of Feijoa #AFEC76

Tints of Feijoa #AFEC76

RGB

 RED value IS 175 (68.75% from 255) = 33.08%

 GREEN value IS 236 (92.58% from 255) = 44.61%

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

R = 33.08%
G = 44.61%
B = 22.31%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#AFEC76 (or 0xAFEC76) is known color: Feijoa. HEX triplet: AF, EC and 76. RGB value is (175,236,118). Sum of RGB (Red+Green+Blue) = 175+236+118=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC76 is #501389. Grayscale: #CCCCCC. Windows color (decimal): -5247882 or 7793839. OLE color: 7793839.

HSL color Cylindrical-coordinate representation of color #AFEC76: hue angle of 91.02º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFEC76 is Cyan = 0.26, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 118 -
CMYK 0.26 0 0.5 0.07
HSL 91.02º 0.76% 0.69% -
HSV(B) 91.02º 0.5% 0.93% -
XYZ 50.94 70.41 28.05 -
YUV 204.31 79.29 107.09 -
System Red Green Blue C M Y K H S L
Decimal 175 236 118 0.26 0 0.5 0.07 91.02 0.76 0.69
Hex AF EC 76 1A 0 32 7 5B 4C 45
Octal 257 354 166 32 0 62 7 133 114 105
Binary 10101111 11101100 1110110 11010 0 110010 111 1011011 1001100 1000101

Color Harmonies of #AFEC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC76

Black with #AFEC76

Text Example


Text Example

White with #AFEC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC76; }

 p { color: rgb(175,236,118); }

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

background-color css

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

 a { background-color: rgb(175,236,118); }

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

border-color css

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

 span { border-color: rgb(175,236,118); }

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