Html Css Color HEX #AFEE82 Feijoa

📋 copy color: '#AFEE82'

red 175 ◦ green 238 ◦ blue 130

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

Shades of Feijoa #AFEE82

Tints of Feijoa #AFEE82

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.83%

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

R = 32.23%
G = 43.83%
B = 23.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#AFEE82 (or 0xAFEE82) is known color: Feijoa. HEX triplet: AF, EE and 82. RGB value is (175,238,130). Sum of RGB (Red+Green+Blue) = 175+238+130=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 238 (93.36% from 255 or 43.83% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEE82 is #50117D. Grayscale: #CFCFCF. Windows color (decimal): -5247358 or 8580783. OLE color: 8580783.

HSL color Cylindrical-coordinate representation of color #AFEE82: hue angle of 95º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFEE82 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 130 -
CMYK 0.26 0 0.45 0.07
HSL 95º 0.76% 0.72% -
HSV(B) 95º 0.45% 0.93% -
XYZ 52.28 71.87 32.24 -
YUV 206.85 84.63 105.28 -
System Red Green Blue C M Y K H S L
Decimal 175 238 130 0.26 0 0.45 0.07 95 0.76 0.72
Hex AF EE 82 1A 0 2D 7 5F 4C 48
Octal 257 356 202 32 0 55 7 137 114 110
Binary 10101111 11101110 10000010 11010 0 101101 111 1011111 1001100 1001000

Color Harmonies of #AFEE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEE82

Black with #AFEE82

Text Example


Text Example

White with #AFEE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEE82; }

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

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

background-color css

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

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

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

border-color css

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

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

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