Html Css Color HEX #AFF085 Feijoa

📋 copy color: '#AFF085'

red 175 ◦ green 240 ◦ blue 133

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

Shades of Feijoa #AFF085

Tints of Feijoa #AFF085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.27%

R = 31.93%
G = 43.8%
B = 24.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#AFF085 (or 0xAFF085) is known color: Feijoa. HEX triplet: AF, F0 and 85. RGB value is (175,240,133). Sum of RGB (Red+Green+Blue) = 175+240+133=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF085 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF085 is #500F7A. Grayscale: #D0D0D0. Windows color (decimal): -5246843 or 8777903. OLE color: 8777903.

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

Color convert

RGB 175 240 133 -
CMYK 0.27 0 0.45 0.06
HSL 96.45º 0.78% 0.73% -
HSV(B) 96.45º 0.45% 0.94% -
XYZ 53.07 73.13 33.51 -
YUV 208.37 85.47 104.2 -
System Red Green Blue C M Y K H S L
Decimal 175 240 133 0.27 0 0.45 0.06 96.45 0.78 0.73
Hex AF F0 85 1B 0 2D 6 60 4E 49
Octal 257 360 205 33 0 55 6 140 116 111
Binary 10101111 11110000 10000101 11011 0 101101 110 1100000 1001110 1001001

Color Harmonies of #AFF085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF085

Black with #AFF085

Text Example


Text Example

White with #AFF085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF085; }

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

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

background-color css

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

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

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

border-color css

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

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

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