Html Css Color HEX #AFE18C Feijoa

📋 copy color: '#AFE18C'

red 175 ◦ green 225 ◦ blue 140

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

Shades of Feijoa #AFE18C

Tints of Feijoa #AFE18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.93%

R = 32.41%
G = 41.67%
B = 25.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#AFE18C (or 0xAFE18C) is known color: Feijoa. HEX triplet: AF, E1 and 8C. RGB value is (175,225,140). Sum of RGB (Red+Green+Blue) = 175+225+140=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE18C is #501E73. Grayscale: #C8C8C8. Windows color (decimal): -5250676 or 9232815. OLE color: 9232815.

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

Color convert

RGB 175 225 140 -
CMYK 0.22 0 0.38 0.12
HSL 95.29º 0.59% 0.72% -
HSV(B) 95.29º 0.38% 0.88% -
XYZ 49.34 64.86 34.73 -
YUV 200.36 93.94 109.91 -
System Red Green Blue C M Y K H S L
Decimal 175 225 140 0.22 0 0.38 0.12 95.29 0.59 0.72
Hex AF E1 8C 16 0 26 C 5F 3B 48
Octal 257 341 214 26 0 46 14 137 73 110
Binary 10101111 11100001 10001100 10110 0 100110 1100 1011111 111011 1001000

Color Harmonies of #AFE18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE18C

Black with #AFE18C

Text Example


Text Example

White with #AFE18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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