Html Css Color HEX #AFF694 Madang

📋 copy color: '#AFF694'

red 175 ◦ green 246 ◦ blue 148

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

Shades of Madang #AFF694

Tints of Madang #AFF694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.01%

R = 30.76%
G = 43.23%
B = 26.01%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#AFF694 (or 0xAFF694) is known color: Madang. HEX triplet: AF, F6 and 94. RGB value is (175,246,148). Sum of RGB (Red+Green+Blue) = 175+246+148=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF694 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF694 is #50096B. Grayscale: #D5D5D5. Windows color (decimal): -5245292 or 9762479. OLE color: 9762479.

HSL color Cylindrical-coordinate representation of color #AFF694: hue angle of 103.47º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFF694 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 148 -
CMYK 0.29 0 0.40 0.04
HSL 103.47º 0.84% 0.77% -
HSV(B) 103.47º 0.4% 0.96% -
XYZ 55.98 77.16 39.96 -
YUV 213.6 90.98 100.47 -
System Red Green Blue C M Y K H S L
Decimal 175 246 148 0.29 0 0.40 0.04 103.47 0.84 0.77
Hex AF F6 94 1D 0 28 4 67 54 4D
Octal 257 366 224 35 0 50 4 147 124 115
Binary 10101111 11110110 10010100 11101 0 101000 100 1100111 1010100 1001101

Color Harmonies of #AFF694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF694

Black with #AFF694

Text Example


Text Example

White with #AFF694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF694; }

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

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

background-color css

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

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

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

border-color css

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

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

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