Html Css Color HEX #AFE58A Feijoa

📋 copy color: '#AFE58A'

red 175 ◦ green 229 ◦ blue 138

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

Shades of Feijoa #AFE58A

Tints of Feijoa #AFE58A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.25%

 BLUE value IS 138 (54.3% from 255) = 25.46%

R = 32.29%
G = 42.25%
B = 25.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#AFE58A (or 0xAFE58A) is known color: Feijoa. HEX triplet: AF, E5 and 8A. RGB value is (175,229,138). Sum of RGB (Red+Green+Blue) = 175+229+138=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE58A is #501A75. Grayscale: #CACACA. Windows color (decimal): -5249654 or 9102767. OLE color: 9102767.

HSL color Cylindrical-coordinate representation of color #AFE58A: hue angle of 95.6º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFE58A is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 138 -
CMYK 0.24 0 0.40 0.10
HSL 95.6º 0.64% 0.72% -
HSV(B) 95.6º 0.4% 0.9% -
XYZ 50.29 66.99 34.32 -
YUV 202.48 91.61 108.4 -
System Red Green Blue C M Y K H S L
Decimal 175 229 138 0.24 0 0.40 0.10 95.6 0.64 0.72
Hex AF E5 8A 18 0 28 A 60 40 48
Octal 257 345 212 30 0 50 12 140 100 110
Binary 10101111 11100101 10001010 11000 0 101000 1010 1100000 1000000 1001000

Color Harmonies of #AFE58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE58A

Black with #AFE58A

Text Example


Text Example

White with #AFE58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE58A; }

 p { color: rgb(175,229,138); }

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

background-color css

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

 a { background-color: rgb(175,229,138); }

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

border-color css

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

 span { border-color: rgb(175,229,138); }

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