Html Css Color HEX #AFF595 Madang

📋 copy color: '#AFF595'

red 175 ◦ green 245 ◦ blue 149

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

Shades of Madang #AFF595

Tints of Madang #AFF595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.19%

R = 30.76%
G = 43.06%
B = 26.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#AFF595 (or 0xAFF595) is known color: Madang. HEX triplet: AF, F5 and 95. RGB value is (175,245,149). Sum of RGB (Red+Green+Blue) = 175+245+149=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 245 (96.09% from 255 or 43.06% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF595 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF595 is #500A6A. Grayscale: #D5D5D5. Windows color (decimal): -5245547 or 9827759. OLE color: 9827759.

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

Color convert

RGB 175 245 149 -
CMYK 0.29 0 0.39 0.04
HSL 103.75º 0.83% 0.77% -
HSV(B) 103.75º 0.39% 0.96% -
XYZ 55.76 76.59 40.28 -
YUV 213.13 91.81 100.81 -
System Red Green Blue C M Y K H S L
Decimal 175 245 149 0.29 0 0.39 0.04 103.75 0.83 0.77
Hex AF F5 95 1D 0 27 4 68 53 4D
Octal 257 365 225 35 0 47 4 150 123 115
Binary 10101111 11110101 10010101 11101 0 100111 100 1101000 1010011 1001101

Color Harmonies of #AFF595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF595

Black with #AFF595

Text Example


Text Example

White with #AFF595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF595; }

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

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

background-color css

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

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

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

border-color css

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

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

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