Html Css Color HEX #AFFBA0 Madang

📋 copy color: '#AFFBA0'

red 175 ◦ green 251 ◦ blue 160

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

Shades of Madang #AFFBA0

Tints of Madang #AFFBA0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.83%

 BLUE value IS 160 (62.89% from 255) = 27.3%

R = 29.86%
G = 42.83%
B = 27.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#AFFBA0 (or 0xAFFBA0) is known color: Madang. HEX triplet: AF, FB and A0. RGB value is (175,251,160). Sum of RGB (Red+Green+Blue) = 175+251+160=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFBA0 is #50045F. Grayscale: #DADADA. Windows color (decimal): -5244000 or 10550191. OLE color: 10550191.

HSL color Cylindrical-coordinate representation of color #AFFBA0: hue angle of 110.11º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFFBA0 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 251 160 -
CMYK 0.30 0 0.36 0.02
HSL 110.11º 0.92% 0.81% -
HSV(B) 110.11º 0.36% 0.98% -
XYZ 58.52 80.65 45.74 -
YUV 217.9 95.32 97.4 -
System Red Green Blue C M Y K H S L
Decimal 175 251 160 0.30 0 0.36 0.02 110.11 0.92 0.81
Hex AF FB A0 1E 0 24 2 6E 5C 51
Octal 257 373 240 36 0 44 2 156 134 121
Binary 10101111 11111011 10100000 11110 0 100100 10 1101110 1011100 1010001

Color Harmonies of #AFFBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBA0

Black with #AFFBA0

Text Example


Text Example

White with #AFFBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBA0; }

 p { color: rgb(175,251,160); }

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

background-color css

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

 a { background-color: rgb(175,251,160); }

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

border-color css

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

 span { border-color: rgb(175,251,160); }

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