Html Css Color HEX #AFEE8F Feijoa

📋 copy color: '#AFEE8F'

red 175 ◦ green 238 ◦ blue 143

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

Shades of Feijoa #AFEE8F

Tints of Feijoa #AFEE8F

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.81%

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

R = 31.47%
G = 42.81%
B = 25.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#AFEE8F (or 0xAFEE8F) is known color: Feijoa. HEX triplet: AF, EE and 8F. RGB value is (175,238,143). Sum of RGB (Red+Green+Blue) = 175+238+143=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 143 (56.25% from 255 or 25.72% from 556); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEE8F is #501170. Grayscale: #D0D0D0. Windows color (decimal): -5247345 or 9432751. OLE color: 9432751.

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

Color convert

RGB 175 238 143 -
CMYK 0.26 0 0.40 0.07
HSL 99.79º 0.74% 0.75% -
HSV(B) 99.79º 0.4% 0.93% -
XYZ 53.21 72.25 37.13 -
YUV 208.33 91.13 104.22 -
System Red Green Blue C M Y K H S L
Decimal 175 238 143 0.26 0 0.40 0.07 99.79 0.74 0.75
Hex AF EE 8F 1A 0 28 7 64 4A 4B
Octal 257 356 217 32 0 50 7 144 112 113
Binary 10101111 11101110 10001111 11010 0 101000 111 1100100 1001010 1001011

Color Harmonies of #AFEE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEE8F

Black with #AFEE8F

Text Example


Text Example

White with #AFEE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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