Html Css Color HEX #AFE18F Feijoa

📋 copy color: '#AFE18F'

red 175 ◦ green 225 ◦ blue 143

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

Shades of Feijoa #AFE18F

Tints of Feijoa #AFE18F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.44%

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

R = 32.23%
G = 41.44%
B = 26.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#AFE18F (or 0xAFE18F) is known color: Feijoa. HEX triplet: AF, E1 and 8F. RGB value is (175,225,143). Sum of RGB (Red+Green+Blue) = 175+225+143=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE18F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE18F is #501E70. Grayscale: #C8C8C8. Windows color (decimal): -5250673 or 9429423. OLE color: 9429423.

HSL color Cylindrical-coordinate representation of color #AFE18F: hue angle of 96.59º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFE18F is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 143 -
CMYK 0.22 0 0.36 0.12
HSL 96.59º 0.58% 0.72% -
HSV(B) 96.59º 0.36% 0.88% -
XYZ 49.56 64.95 35.91 -
YUV 200.7 95.44 109.67 -
System Red Green Blue C M Y K H S L
Decimal 175 225 143 0.22 0 0.36 0.12 96.59 0.58 0.72
Hex AF E1 8F 16 0 24 C 61 3A 48
Octal 257 341 217 26 0 44 14 141 72 110
Binary 10101111 11100001 10001111 10110 0 100100 1100 1100001 111010 1001000

Color Harmonies of #AFE18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE18F

Black with #AFE18F

Text Example


Text Example

White with #AFE18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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