Html Css Color HEX #AFF282 Feijoa

📋 copy color: '#AFF282'

red 175 ◦ green 242 ◦ blue 130

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

Shades of Feijoa #AFF282

Tints of Feijoa #AFF282

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.24%

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

R = 31.99%
G = 44.24%
B = 23.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#AFF282 (or 0xAFF282) is known color: Feijoa. HEX triplet: AF, F2 and 82. RGB value is (175,242,130). Sum of RGB (Red+Green+Blue) = 175+242+130=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF282 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF282 is #500D7D. Grayscale: #D1D1D1. Windows color (decimal): -5246334 or 8581807. OLE color: 8581807.

HSL color Cylindrical-coordinate representation of color #AFF282: hue angle of 95.89º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFF282 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 130 -
CMYK 0.28 0 0.46 0.05
HSL 95.89º 0.81% 0.73% -
HSV(B) 95.89º 0.46% 0.95% -
XYZ 53.46 74.23 32.63 -
YUV 209.2 83.3 103.61 -
System Red Green Blue C M Y K H S L
Decimal 175 242 130 0.28 0 0.46 0.05 95.89 0.81 0.73
Hex AF F2 82 1C 0 2E 5 60 51 49
Octal 257 362 202 34 0 56 5 140 121 111
Binary 10101111 11110010 10000010 11100 0 101110 101 1100000 1010001 1001001

Color Harmonies of #AFF282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF282

Black with #AFF282

Text Example


Text Example

White with #AFF282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF282; }

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

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

background-color css

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

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

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

border-color css

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

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

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