Html Css Color HEX #AFE982 Feijoa

📋 copy color: '#AFE982'

red 175 ◦ green 233 ◦ blue 130

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

Shades of Feijoa #AFE982

Tints of Feijoa #AFE982

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.31%

 BLUE value IS 130 (51.17% from 255) = 24.16%

R = 32.53%
G = 43.31%
B = 24.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#AFE982 (or 0xAFE982) is known color: Feijoa. HEX triplet: AF, E9 and 82. RGB value is (175,233,130). Sum of RGB (Red+Green+Blue) = 175+233+130=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE982 is #50167D. Grayscale: #CCCCCC. Windows color (decimal): -5248638 or 8579503. OLE color: 8579503.

HSL color Cylindrical-coordinate representation of color #AFE982: hue angle of 93.79º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFE982 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 130 -
CMYK 0.25 0 0.44 0.09
HSL 93.79º 0.7% 0.71% -
HSV(B) 93.79º 0.44% 0.91% -
XYZ 50.85 69 31.76 -
YUV 203.92 86.28 107.38 -
System Red Green Blue C M Y K H S L
Decimal 175 233 130 0.25 0 0.44 0.09 93.79 0.7 0.71
Hex AF E9 82 19 0 2C 9 5E 46 47
Octal 257 351 202 31 0 54 11 136 106 107
Binary 10101111 11101001 10000010 11001 0 101100 1001 1011110 1000110 1000111

Color Harmonies of #AFE982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE982

Black with #AFE982

Text Example


Text Example

White with #AFE982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE982; }

 p { color: rgb(175,233,130); }

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

background-color css

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

 a { background-color: rgb(175,233,130); }

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

border-color css

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

 span { border-color: rgb(175,233,130); }

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