Html Css Color HEX #AFE48B Feijoa

📋 copy color: '#AFE48B'

red 175 ◦ green 228 ◦ blue 139

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

Shades of Feijoa #AFE48B

Tints of Feijoa #AFE48B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.07%

 BLUE value IS 139 (54.69% from 255) = 25.65%

R = 32.29%
G = 42.07%
B = 25.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#AFE48B (or 0xAFE48B) is known color: Feijoa. HEX triplet: AF, E4 and 8B. RGB value is (175,228,139). Sum of RGB (Red+Green+Blue) = 175+228+139=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE48B is #501B74. Grayscale: #CACACA. Windows color (decimal): -5249909 or 9168047. OLE color: 9168047.

HSL color Cylindrical-coordinate representation of color #AFE48B: hue angle of 95.73º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFE48B is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 139 -
CMYK 0.23 0 0.39 0.11
HSL 95.73º 0.62% 0.72% -
HSV(B) 95.73º 0.39% 0.89% -
XYZ 50.08 66.46 34.62 -
YUV 202.01 92.44 108.74 -
System Red Green Blue C M Y K H S L
Decimal 175 228 139 0.23 0 0.39 0.11 95.73 0.62 0.72
Hex AF E4 8B 17 0 27 B 60 3E 48
Octal 257 344 213 27 0 47 13 140 76 110
Binary 10101111 11100100 10001011 10111 0 100111 1011 1100000 111110 1001000

Color Harmonies of #AFE48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE48B

Black with #AFE48B

Text Example


Text Example

White with #AFE48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE48B; }

 p { color: rgb(175,228,139); }

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

background-color css

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

 a { background-color: rgb(175,228,139); }

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

border-color css

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

 span { border-color: rgb(175,228,139); }

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