Html Css Color HEX #AFEC7A Feijoa

📋 copy color: '#AFEC7A'

red 175 ◦ green 236 ◦ blue 122

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

Shades of Feijoa #AFEC7A

Tints of Feijoa #AFEC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.89%

R = 32.83%
G = 44.28%
B = 22.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#AFEC7A (or 0xAFEC7A) is known color: Feijoa. HEX triplet: AF, EC and 7A. RGB value is (175,236,122). Sum of RGB (Red+Green+Blue) = 175+236+122=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC7A is #501385. Grayscale: #CDCDCD. Windows color (decimal): -5247878 or 8055983. OLE color: 8055983.

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

Color convert

RGB 175 236 122 -
CMYK 0.26 0 0.48 0.07
HSL 92.11º 0.75% 0.7% -
HSV(B) 92.11º 0.48% 0.93% -
XYZ 51.19 70.51 29.32 -
YUV 204.77 81.29 106.77 -
System Red Green Blue C M Y K H S L
Decimal 175 236 122 0.26 0 0.48 0.07 92.11 0.75 0.7
Hex AF EC 7A 1A 0 30 7 5C 4B 46
Octal 257 354 172 32 0 60 7 134 113 106
Binary 10101111 11101100 1111010 11010 0 110000 111 1011100 1001011 1000110

Color Harmonies of #AFEC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC7A

Black with #AFEC7A

Text Example


Text Example

White with #AFEC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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