Html Css Color HEX #AFE37A Feijoa

📋 copy color: '#AFE37A'

red 175 ◦ green 227 ◦ blue 122

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

Shades of Feijoa #AFE37A

Tints of Feijoa #AFE37A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.28%

R = 33.4%
G = 43.32%
B = 23.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#AFE37A (or 0xAFE37A) is known color: Feijoa. HEX triplet: AF, E3 and 7A. RGB value is (175,227,122). Sum of RGB (Red+Green+Blue) = 175+227+122=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE37A is #501C85. Grayscale: #C7C7C7. Windows color (decimal): -5250182 or 8053679. OLE color: 8053679.

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

Color convert

RGB 175 227 122 -
CMYK 0.23 0 0.46 0.11
HSL 89.71º 0.65% 0.68% -
HSV(B) 89.71º 0.46% 0.89% -
XYZ 48.66 65.46 28.48 -
YUV 199.48 84.27 110.54 -
System Red Green Blue C M Y K H S L
Decimal 175 227 122 0.23 0 0.46 0.11 89.71 0.65 0.68
Hex AF E3 7A 17 0 2E B 5A 41 44
Octal 257 343 172 27 0 56 13 132 101 104
Binary 10101111 11100011 1111010 10111 0 101110 1011 1011010 1000001 1000100

Color Harmonies of #AFE37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE37A

Black with #AFE37A

Text Example


Text Example

White with #AFE37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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