Html Css Color HEX #AFF690 Madang

📋 copy color: '#AFF690'

red 175 ◦ green 246 ◦ blue 144

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

Shades of Madang #AFF690

Tints of Madang #AFF690

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.54%

 BLUE value IS 144 (56.64% from 255) = 25.49%

R = 30.97%
G = 43.54%
B = 25.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#AFF690 (or 0xAFF690) is known color: Madang. HEX triplet: AF, F6 and 90. RGB value is (175,246,144). Sum of RGB (Red+Green+Blue) = 175+246+144=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF690 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF690 is #50096F. Grayscale: #D5D5D5. Windows color (decimal): -5245296 or 9500335. OLE color: 9500335.

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

Color convert

RGB 175 246 144 -
CMYK 0.29 0 0.41 0.04
HSL 101.76º 0.85% 0.76% -
HSV(B) 101.76º 0.41% 0.96% -
XYZ 55.67 77.04 38.32 -
YUV 213.14 88.98 100.79 -
System Red Green Blue C M Y K H S L
Decimal 175 246 144 0.29 0 0.41 0.04 101.76 0.85 0.76
Hex AF F6 90 1D 0 29 4 66 55 4C
Octal 257 366 220 35 0 51 4 146 125 114
Binary 10101111 11110110 10010000 11101 0 101001 100 1100110 1010101 1001100

Color Harmonies of #AFF690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF690

Black with #AFF690

Text Example


Text Example

White with #AFF690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF690; }

 p { color: rgb(175,246,144); }

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

background-color css

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

 a { background-color: rgb(175,246,144); }

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

border-color css

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

 span { border-color: rgb(175,246,144); }

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