Html Css Color HEX #AFF29B Madang

📋 copy color: '#AFF29B'

red 175 ◦ green 242 ◦ blue 155

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

Shades of Madang #AFF29B

Tints of Madang #AFF29B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.31%

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

R = 30.59%
G = 42.31%
B = 27.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#AFF29B (or 0xAFF29B) is known color: Madang. HEX triplet: AF, F2 and 9B. RGB value is (175,242,155). Sum of RGB (Red+Green+Blue) = 175+242+155=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF29B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF29B is #500D64. Grayscale: #D4D4D4. Windows color (decimal): -5246309 or 10220207. OLE color: 10220207.

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

Color convert

RGB 175 242 155 -
CMYK 0.28 0 0.36 0.05
HSL 106.21º 0.77% 0.78% -
HSV(B) 106.21º 0.36% 0.95% -
XYZ 55.35 74.98 42.57 -
YUV 212.05 95.8 101.57 -
System Red Green Blue C M Y K H S L
Decimal 175 242 155 0.28 0 0.36 0.05 106.21 0.77 0.78
Hex AF F2 9B 1C 0 24 5 6A 4D 4E
Octal 257 362 233 34 0 44 5 152 115 116
Binary 10101111 11110010 10011011 11100 0 100100 101 1101010 1001101 1001110

Color Harmonies of #AFF29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF29B

Black with #AFF29B

Text Example


Text Example

White with #AFF29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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