Html Css Color HEX #AFEA8F Feijoa

📋 copy color: '#AFEA8F'

red 175 ◦ green 234 ◦ blue 143

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

Shades of Feijoa #AFEA8F

Tints of Feijoa #AFEA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.91%

R = 31.7%
G = 42.39%
B = 25.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#AFEA8F (or 0xAFEA8F) is known color: Feijoa. HEX triplet: AF, EA and 8F. RGB value is (175,234,143). Sum of RGB (Red+Green+Blue) = 175+234+143=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEA8F is #501570. Grayscale: #CECECE. Windows color (decimal): -5248369 or 9431727. OLE color: 9431727.

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

Color convert

RGB 175 234 143 -
CMYK 0.25 0 0.39 0.08
HSL 98.9º 0.68% 0.74% -
HSV(B) 98.9º 0.39% 0.92% -
XYZ 52.06 69.94 36.74 -
YUV 205.99 92.45 105.9 -
System Red Green Blue C M Y K H S L
Decimal 175 234 143 0.25 0 0.39 0.08 98.9 0.68 0.74
Hex AF EA 8F 19 0 27 8 63 44 4A
Octal 257 352 217 31 0 47 10 143 104 112
Binary 10101111 11101010 10001111 11001 0 100111 1000 1100011 1000100 1001010

Color Harmonies of #AFEA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA8F

Black with #AFEA8F

Text Example


Text Example

White with #AFEA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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