Html Css Color HEX #AFF584 Feijoa

📋 copy color: '#AFF584'

red 175 ◦ green 245 ◦ blue 132

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

Shades of Feijoa #AFF584

Tints of Feijoa #AFF584

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.38%

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

R = 31.7%
G = 44.38%
B = 23.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#AFF584 (or 0xAFF584) is known color: Feijoa. HEX triplet: AF, F5 and 84. RGB value is (175,245,132). Sum of RGB (Red+Green+Blue) = 175+245+132=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 245 (96.09% from 255 or 44.38% from 552); Blue value is 132 (51.95% from 255 or 23.91% from 552); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF584 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF584 is #500A7B. Grayscale: #D3D3D3. Windows color (decimal): -5245564 or 8713647. OLE color: 8713647.

HSL color Cylindrical-coordinate representation of color #AFF584: hue angle of 97.17º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFF584 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 245 132 -
CMYK 0.29 0 0.46 0.04
HSL 97.17º 0.85% 0.74% -
HSV(B) 97.17º 0.46% 0.96% -
XYZ 54.5 76.08 33.64 -
YUV 211.19 83.31 102.19 -
System Red Green Blue C M Y K H S L
Decimal 175 245 132 0.29 0 0.46 0.04 97.17 0.85 0.74
Hex AF F5 84 1D 0 2E 4 61 55 4A
Octal 257 365 204 35 0 56 4 141 125 112
Binary 10101111 11110101 10000100 11101 0 101110 100 1100001 1010101 1001010

Color Harmonies of #AFF584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF584

Black with #AFF584

Text Example


Text Example

White with #AFF584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF584; }

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

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

background-color css

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

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

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

border-color css

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

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

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