Html Css Color HEX #AFF099 Madang

📋 copy color: '#AFF099'

red 175 ◦ green 240 ◦ blue 153

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

Shades of Madang #AFF099

Tints of Madang #AFF099

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.25%

 BLUE value IS 153 (60.16% from 255) = 26.94%

R = 30.81%
G = 42.25%
B = 26.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#AFF099 (or 0xAFF099) is known color: Madang. HEX triplet: AF, F0 and 99. RGB value is (175,240,153). Sum of RGB (Red+Green+Blue) = 175+240+153=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF099 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF099 is #500F66. Grayscale: #D2D2D2. Windows color (decimal): -5246823 or 10088623. OLE color: 10088623.

HSL color Cylindrical-coordinate representation of color #AFF099: hue angle of 104.83º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFF099 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 153 -
CMYK 0.27 0 0.36 0.06
HSL 104.83º 0.74% 0.77% -
HSV(B) 104.83º 0.36% 0.94% -
XYZ 54.59 73.73 41.49 -
YUV 210.65 95.47 102.57 -
System Red Green Blue C M Y K H S L
Decimal 175 240 153 0.27 0 0.36 0.06 104.83 0.74 0.77
Hex AF F0 99 1B 0 24 6 69 4A 4D
Octal 257 360 231 33 0 44 6 151 112 115
Binary 10101111 11110000 10011001 11011 0 100100 110 1101001 1001010 1001101

Color Harmonies of #AFF099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF099

Black with #AFF099

Text Example


Text Example

White with #AFF099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF099; }

 p { color: rgb(175,240,153); }

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

background-color css

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

 a { background-color: rgb(175,240,153); }

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

border-color css

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

 span { border-color: rgb(175,240,153); }

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