Html Css Color HEX #AFEA7C Feijoa

📋 copy color: '#AFEA7C'

red 175 ◦ green 234 ◦ blue 124

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

Shades of Feijoa #AFEA7C

Tints of Feijoa #AFEA7C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.9%

 BLUE value IS 124 (48.83% from 255) = 23.26%

R = 32.83%
G = 43.9%
B = 23.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#AFEA7C (or 0xAFEA7C) is known color: Feijoa. HEX triplet: AF, EA and 7C. RGB value is (175,234,124). Sum of RGB (Red+Green+Blue) = 175+234+124=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEA7C is #501583. Grayscale: #CCCCCC. Windows color (decimal): -5248388 or 8186543. OLE color: 8186543.

HSL color Cylindrical-coordinate representation of color #AFEA7C: hue angle of 92.18º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFEA7C is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 124 -
CMYK 0.25 0 0.47 0.08
HSL 92.18º 0.72% 0.7% -
HSV(B) 92.18º 0.47% 0.92% -
XYZ 50.74 69.41 29.79 -
YUV 203.82 82.95 107.44 -
System Red Green Blue C M Y K H S L
Decimal 175 234 124 0.25 0 0.47 0.08 92.18 0.72 0.7
Hex AF EA 7C 19 0 2F 8 5C 48 46
Octal 257 352 174 31 0 57 10 134 110 106
Binary 10101111 11101010 1111100 11001 0 101111 1000 1011100 1001000 1000110

Color Harmonies of #AFEA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA7C

Black with #AFEA7C

Text Example


Text Example

White with #AFEA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA7C; }

 p { color: rgb(175,234,124); }

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

background-color css

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

 a { background-color: rgb(175,234,124); }

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

border-color css

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

 span { border-color: rgb(175,234,124); }

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