Html Css Color HEX #AFF184 Feijoa

📋 copy color: '#AFF184'

red 175 ◦ green 241 ◦ blue 132

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

Shades of Feijoa #AFF184

Tints of Feijoa #AFF184

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.98%

 BLUE value IS 132 (51.95% from 255) = 24.09%

R = 31.93%
G = 43.98%
B = 24.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#AFF184 (or 0xAFF184) is known color: Feijoa. HEX triplet: AF, F1 and 84. RGB value is (175,241,132). Sum of RGB (Red+Green+Blue) = 175+241+132=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF184 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF184 is #500E7B. Grayscale: #D1D1D1. Windows color (decimal): -5246588 or 8712623. OLE color: 8712623.

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

Color convert

RGB 175 241 132 -
CMYK 0.27 0 0.45 0.05
HSL 96.33º 0.8% 0.73% -
HSV(B) 96.33º 0.45% 0.95% -
XYZ 53.3 73.69 33.24 -
YUV 208.84 84.63 103.86 -
System Red Green Blue C M Y K H S L
Decimal 175 241 132 0.27 0 0.45 0.05 96.33 0.8 0.73
Hex AF F1 84 1B 0 2D 5 60 50 49
Octal 257 361 204 33 0 55 5 140 120 111
Binary 10101111 11110001 10000100 11011 0 101101 101 1100000 1010000 1001001

Color Harmonies of #AFF184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF184

Black with #AFF184

Text Example


Text Example

White with #AFF184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF184; }

 p { color: rgb(175,241,132); }

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

background-color css

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

 a { background-color: rgb(175,241,132); }

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

border-color css

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

 span { border-color: rgb(175,241,132); }

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