Html Css Color HEX #AFFFC0 Fringy Flower

📋 copy color: '#AFFFC0'

red 175 ◦ green 255 ◦ blue 192

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

Shades of Fringy Flower #AFFFC0

Tints of Fringy Flower #AFFFC0

RGB

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

 GREEN value IS 255 (100% from 255) = 41%

 BLUE value IS 192 (75.39% from 255) = 30.87%

R = 28.14%
G = 41%
B = 30.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#AFFFC0 (or 0xAFFFC0) is known color: Fringy Flower. HEX triplet: AF, FF and C0. RGB value is (175,255,192). Sum of RGB (Red+Green+Blue) = 175+255+192=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFC0 is #50003F. Grayscale: #E0E0E0. Windows color (decimal): -5242944 or 12648367. OLE color: 12648367.

HSL color Cylindrical-coordinate representation of color #AFFFC0: hue angle of 132.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFC0 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 192 -
CMYK 0.31 0 0.25 0
HSL 132.75º 1% 0.84% -
HSV(B) 132.75º 0.31% 1% -
XYZ 62.95 84.44 62.85 -
YUV 223.9 110 93.12 -
System Red Green Blue C M Y K H S L
Decimal 175 255 192 0.31 0 0.25 0 132.75 1 0.84
Hex AF FF C0 1F 0 19 0 85 64 54
Octal 257 377 300 37 0 31 0 205 144 124
Binary 10101111 11111111 11000000 11111 0 11001 0 10000101 1100100 1010100

Color Harmonies of #AFFFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFC0

Black with #AFFFC0

Text Example


Text Example

White with #AFFFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFC0; }

 p { color: rgb(175,255,192); }

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

background-color css

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

 a { background-color: rgb(175,255,192); }

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

border-color css

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

 span { border-color: rgb(175,255,192); }

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