Html Css Color HEX #AFE372 Feijoa

📋 copy color: '#AFE372'

red 175 ◦ green 227 ◦ blue 114

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

Shades of Feijoa #AFE372

Tints of Feijoa #AFE372

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.99%

 BLUE value IS 114 (44.92% from 255) = 22.09%

R = 33.91%
G = 43.99%
B = 22.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#AFE372 (or 0xAFE372) is known color: Feijoa. HEX triplet: AF, E3 and 72. RGB value is (175,227,114). Sum of RGB (Red+Green+Blue) = 175+227+114=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE372 is #501C8D. Grayscale: #C6C6C6. Windows color (decimal): -5250190 or 7529391. OLE color: 7529391.

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

Color convert

RGB 175 227 114 -
CMYK 0.23 0 0.50 0.11
HSL 87.61º 0.67% 0.67% -
HSV(B) 87.61º 0.5% 0.89% -
XYZ 48.19 65.27 25.98 -
YUV 198.57 80.27 111.19 -
System Red Green Blue C M Y K H S L
Decimal 175 227 114 0.23 0 0.50 0.11 87.61 0.67 0.67
Hex AF E3 72 17 0 32 B 58 43 43
Octal 257 343 162 27 0 62 13 130 103 103
Binary 10101111 11100011 1110010 10111 0 110010 1011 1011000 1000011 1000011

Color Harmonies of #AFE372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE372

Black with #AFE372

Text Example


Text Example

White with #AFE372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE372; }

 p { color: rgb(175,227,114); }

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

background-color css

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

 a { background-color: rgb(175,227,114); }

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

border-color css

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

 span { border-color: rgb(175,227,114); }

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