Html Css Color HEX #AFD38F Feijoa

📋 copy color: '#AFD38F'

red 175 ◦ green 211 ◦ blue 143

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

Shades of Feijoa #AFD38F

Tints of Feijoa #AFD38F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.89%

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

R = 33.08%
G = 39.89%
B = 27.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#AFD38F (or 0xAFD38F) is known color: Feijoa. HEX triplet: AF, D3 and 8F. RGB value is (175,211,143). Sum of RGB (Red+Green+Blue) = 175+211+143=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD38F is #502C70. Grayscale: #C0C0C0. Windows color (decimal): -5254257 or 9425839. OLE color: 9425839.

HSL color Cylindrical-coordinate representation of color #AFD38F: hue angle of 91.76º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFD38F is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 211 143 -
CMYK 0.17 0 0.32 0.17
HSL 91.76º 0.44% 0.69% -
HSV(B) 91.76º 0.32% 0.83% -
XYZ 45.93 57.69 34.7 -
YUV 192.48 100.07 115.53 -
System Red Green Blue C M Y K H S L
Decimal 175 211 143 0.17 0 0.32 0.17 91.76 0.44 0.69
Hex AF D3 8F 11 0 20 11 5C 2C 45
Octal 257 323 217 21 0 40 21 134 54 105
Binary 10101111 11010011 10001111 10001 0 100000 10001 1011100 101100 1000101

Color Harmonies of #AFD38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD38F

Black with #AFD38F

Text Example


Text Example

White with #AFD38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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