Html Css Color HEX #AFF09B Madang

📋 copy color: '#AFF09B'

red 175 ◦ green 240 ◦ blue 155

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

Shades of Madang #AFF09B

Tints of Madang #AFF09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.19%

R = 30.7%
G = 42.11%
B = 27.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#AFF09B (or 0xAFF09B) is known color: Madang. HEX triplet: AF, F0 and 9B. RGB value is (175,240,155). Sum of RGB (Red+Green+Blue) = 175+240+155=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF09B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF09B is #500F64. Grayscale: #D3D3D3. Windows color (decimal): -5246821 or 10219695. OLE color: 10219695.

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

Color convert

RGB 175 240 155 -
CMYK 0.27 0 0.35 0.06
HSL 105.88º 0.74% 0.77% -
HSV(B) 105.88º 0.35% 0.94% -
XYZ 54.76 73.8 42.37 -
YUV 210.88 96.47 102.41 -
System Red Green Blue C M Y K H S L
Decimal 175 240 155 0.27 0 0.35 0.06 105.88 0.74 0.77
Hex AF F0 9B 1B 0 23 6 6A 4A 4D
Octal 257 360 233 33 0 43 6 152 112 115
Binary 10101111 11110000 10011011 11011 0 100011 110 1101010 1001010 1001101

Color Harmonies of #AFF09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF09B

Black with #AFF09B

Text Example


Text Example

White with #AFF09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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