Html Css Color HEX #AFF9BF Fringy Flower

📋 copy color: '#AFF9BF'

red 175 ◦ green 249 ◦ blue 191

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

Shades of Fringy Flower #AFF9BF

Tints of Fringy Flower #AFF9BF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.49%

 BLUE value IS 191 (75% from 255) = 31.06%

R = 28.46%
G = 40.49%
B = 31.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#AFF9BF (or 0xAFF9BF) is known color: Fringy Flower. HEX triplet: AF, F9 and BF. RGB value is (175,249,191). Sum of RGB (Red+Green+Blue) = 175+249+191=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9BF is #500640. Grayscale: #DCDCDC. Windows color (decimal): -5244481 or 12581295. OLE color: 12581295.

HSL color Cylindrical-coordinate representation of color #AFF9BF: hue angle of 132.97º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9BF is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 191 -
CMYK 0.30 0 0.23 0.02
HSL 132.97º 0.86% 0.83% -
HSV(B) 132.97º 0.3% 0.98% -
XYZ 60.96 80.63 61.64 -
YUV 220.26 111.48 95.72 -
System Red Green Blue C M Y K H S L
Decimal 175 249 191 0.30 0 0.23 0.02 132.97 0.86 0.83
Hex AF F9 BF 1E 0 17 2 85 56 53
Octal 257 371 277 36 0 27 2 205 126 123
Binary 10101111 11111001 10111111 11110 0 10111 10 10000101 1010110 1010011

Color Harmonies of #AFF9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9BF

Black with #AFF9BF

Text Example


Text Example

White with #AFF9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9BF; }

 p { color: rgb(175,249,191); }

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

background-color css

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

 a { background-color: rgb(175,249,191); }

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

border-color css

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

 span { border-color: rgb(175,249,191); }

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