Html Css Color HEX #AFD27F Feijoa

📋 copy color: '#AFD27F'

red 175 ◦ green 210 ◦ blue 127

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

Shades of Feijoa #AFD27F

Tints of Feijoa #AFD27F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.02%

 BLUE value IS 127 (50% from 255) = 24.8%

R = 34.18%
G = 41.02%
B = 24.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#AFD27F (or 0xAFD27F) is known color: Feijoa. HEX triplet: AF, D2 and 7F. RGB value is (175,210,127). Sum of RGB (Red+Green+Blue) = 175+210+127=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD27F is #502D80. Grayscale: #BEBEBE. Windows color (decimal): -5254529 or 8377007. OLE color: 8377007.

HSL color Cylindrical-coordinate representation of color #AFD27F: hue angle of 85.3º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFD27F is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 127 -
CMYK 0.17 0 0.40 0.18
HSL 85.3º 0.48% 0.66% -
HSV(B) 85.3º 0.4% 0.82% -
XYZ 44.56 56.74 28.68 -
YUV 190.07 92.4 117.25 -
System Red Green Blue C M Y K H S L
Decimal 175 210 127 0.17 0 0.40 0.18 85.3 0.48 0.66
Hex AF D2 7F 11 0 28 12 55 30 42
Octal 257 322 177 21 0 50 22 125 60 102
Binary 10101111 11010010 1111111 10001 0 101000 10010 1010101 110000 1000010

Color Harmonies of #AFD27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD27F

Black with #AFD27F

Text Example


Text Example

White with #AFD27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD27F; }

 p { color: rgb(175,210,127); }

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

background-color css

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

 a { background-color: rgb(175,210,127); }

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

border-color css

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

 span { border-color: rgb(175,210,127); }

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