Html Css Color HEX #AFE284 Feijoa

📋 copy color: '#AFE284'

red 175 ◦ green 226 ◦ blue 132

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

Shades of Feijoa #AFE284

Tints of Feijoa #AFE284

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.4%

 BLUE value IS 132 (51.95% from 255) = 24.77%

R = 32.83%
G = 42.4%
B = 24.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#AFE284 (or 0xAFE284) is known color: Feijoa. HEX triplet: AF, E2 and 84. RGB value is (175,226,132). Sum of RGB (Red+Green+Blue) = 175+226+132=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 132 (51.95% from 255 or 24.77% from 533); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE284 is #501D7B. Grayscale: #C8C8C8. Windows color (decimal): -5250428 or 8708783. OLE color: 8708783.

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

Color convert

RGB 175 226 132 -
CMYK 0.23 0 0.42 0.11
HSL 92.55º 0.62% 0.7% -
HSV(B) 92.55º 0.42% 0.89% -
XYZ 49.04 65.17 31.82 -
YUV 200.04 89.6 110.14 -
System Red Green Blue C M Y K H S L
Decimal 175 226 132 0.23 0 0.42 0.11 92.55 0.62 0.7
Hex AF E2 84 17 0 2A B 5D 3E 46
Octal 257 342 204 27 0 52 13 135 76 106
Binary 10101111 11100010 10000100 10111 0 101010 1011 1011101 111110 1000110

Color Harmonies of #AFE284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE284

Black with #AFE284

Text Example


Text Example

White with #AFE284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE284; }

 p { color: rgb(175,226,132); }

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

background-color css

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

 a { background-color: rgb(175,226,132); }

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

border-color css

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

 span { border-color: rgb(175,226,132); }

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