Html Css Color HEX #AFF395 Madang

📋 copy color: '#AFF395'

red 175 ◦ green 243 ◦ blue 149

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

Shades of Madang #AFF395

Tints of Madang #AFF395

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.86%

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

R = 30.86%
G = 42.86%
B = 26.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#AFF395 (or 0xAFF395) is known color: Madang. HEX triplet: AF, F3 and 95. RGB value is (175,243,149). Sum of RGB (Red+Green+Blue) = 175+243+149=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF395 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF395 is #500C6A. Grayscale: #D4D4D4. Windows color (decimal): -5246059 or 9827247. OLE color: 9827247.

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

Color convert

RGB 175 243 149 -
CMYK 0.28 0 0.39 0.05
HSL 103.4º 0.8% 0.77% -
HSV(B) 103.4º 0.39% 0.95% -
XYZ 55.15 75.39 40.08 -
YUV 211.95 92.47 101.64 -
System Red Green Blue C M Y K H S L
Decimal 175 243 149 0.28 0 0.39 0.05 103.4 0.8 0.77
Hex AF F3 95 1C 0 27 5 67 50 4D
Octal 257 363 225 34 0 47 5 147 120 115
Binary 10101111 11110011 10010101 11100 0 100111 101 1100111 1010000 1001101

Color Harmonies of #AFF395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF395

Black with #AFF395

Text Example


Text Example

White with #AFF395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF395; }

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

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

background-color css

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

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

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

border-color css

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

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

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