Html Css Color HEX #AFF080 Feijoa

📋 copy color: '#AFF080'

red 175 ◦ green 240 ◦ blue 128

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

Shades of Feijoa #AFF080

Tints of Feijoa #AFF080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.57%

R = 32.23%
G = 44.2%
B = 23.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#AFF080 (or 0xAFF080) is known color: Feijoa. HEX triplet: AF, F0 and 80. RGB value is (175,240,128). Sum of RGB (Red+Green+Blue) = 175+240+128=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF080 is #500F7F. Grayscale: #D0D0D0. Windows color (decimal): -5246848 or 8450223. OLE color: 8450223.

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

Color convert

RGB 175 240 128 -
CMYK 0.27 0 0.47 0.06
HSL 94.82º 0.79% 0.72% -
HSV(B) 94.82º 0.47% 0.94% -
XYZ 52.74 72.99 31.73 -
YUV 207.8 82.97 104.61 -
System Red Green Blue C M Y K H S L
Decimal 175 240 128 0.27 0 0.47 0.06 94.82 0.79 0.72
Hex AF F0 80 1B 0 2F 6 5F 4F 48
Octal 257 360 200 33 0 57 6 137 117 110
Binary 10101111 11110000 10000000 11011 0 101111 110 1011111 1001111 1001000

Color Harmonies of #AFF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF080

Black with #AFF080

Text Example


Text Example

White with #AFF080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF080; }

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

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

background-color css

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

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

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

border-color css

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

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

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