Html Css Color HEX #AFEC7B Feijoa

📋 copy color: '#AFEC7B'

red 175 ◦ green 236 ◦ blue 123

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

Shades of Feijoa #AFEC7B

Tints of Feijoa #AFEC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.03%

R = 32.77%
G = 44.19%
B = 23.03%

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

#AFEC7B (or 0xAFEC7B) is known color: Feijoa. HEX triplet: AF, EC and 7B. RGB value is (175,236,123). Sum of RGB (Red+Green+Blue) = 175+236+123=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC7B is #501384. Grayscale: #CDCDCD. Windows color (decimal): -5247877 or 8121519. OLE color: 8121519.

HSL color Cylindrical-coordinate representation of color #AFEC7B: hue angle of 92.39º 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 #AFEC7B is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 123 -
CMYK 0.26 0 0.48 0.07
HSL 92.39º 0.75% 0.7% -
HSV(B) 92.39º 0.48% 0.93% -
XYZ 51.25 70.53 29.65 -
YUV 204.88 81.79 106.69 -
System Red Green Blue C M Y K H S L
Decimal 175 236 123 0.26 0 0.48 0.07 92.39 0.75 0.7
Hex AF EC 7B 1A 0 30 7 5C 4B 46
Octal 257 354 173 32 0 60 7 134 113 106
Binary 10101111 11101100 1111011 11010 0 110000 111 1011100 1001011 1000110

Color Harmonies of #AFEC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC7B

Black with #AFEC7B

Text Example


Text Example

White with #AFEC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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