Html Css Color HEX #AFF082 Feijoa

📋 copy color: '#AFF082'

red 175 ◦ green 240 ◦ blue 130

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

Shades of Feijoa #AFF082

Tints of Feijoa #AFF082

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.04%

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

R = 32.11%
G = 44.04%
B = 23.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#AFF082 (or 0xAFF082) is known color: Feijoa. HEX triplet: AF, F0 and 82. RGB value is (175,240,130). Sum of RGB (Red+Green+Blue) = 175+240+130=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF082 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF082 is #500F7D. Grayscale: #D0D0D0. Windows color (decimal): -5246846 or 8581295. OLE color: 8581295.

HSL color Cylindrical-coordinate representation of color #AFF082: hue angle of 95.45º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFF082 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 130 -
CMYK 0.27 0 0.46 0.06
HSL 95.45º 0.79% 0.73% -
HSV(B) 95.45º 0.46% 0.94% -
XYZ 52.87 73.05 32.43 -
YUV 208.03 83.97 104.44 -
System Red Green Blue C M Y K H S L
Decimal 175 240 130 0.27 0 0.46 0.06 95.45 0.79 0.73
Hex AF F0 82 1B 0 2E 6 5F 4F 49
Octal 257 360 202 33 0 56 6 137 117 111
Binary 10101111 11110000 10000010 11011 0 101110 110 1011111 1001111 1001001

Color Harmonies of #AFF082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF082

Black with #AFF082

Text Example


Text Example

White with #AFF082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF082; }

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

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

background-color css

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

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

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

border-color css

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

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

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