Html Css Color HEX #AFF9B7 Fringy Flower

📋 copy color: '#AFF9B7'

red 175 ◦ green 249 ◦ blue 183

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

Shades of Fringy Flower #AFF9B7

Tints of Fringy Flower #AFF9B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30.15%

R = 28.83%
G = 41.02%
B = 30.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#AFF9B7 (or 0xAFF9B7) is known color: Fringy Flower. HEX triplet: AF, F9 and B7. RGB value is (175,249,183). Sum of RGB (Red+Green+Blue) = 175+249+183=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9B7 is #500648. Grayscale: #DBDBDB. Windows color (decimal): -5244489 or 12057007. OLE color: 12057007.

HSL color Cylindrical-coordinate representation of color #AFF9B7: hue angle of 126.49º 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 #AFF9B7 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 183 -
CMYK 0.30 0 0.27 0.02
HSL 126.49º 0.86% 0.83% -
HSV(B) 126.49º 0.3% 0.98% -
XYZ 60.1 80.28 57.13 -
YUV 219.35 107.48 96.37 -
System Red Green Blue C M Y K H S L
Decimal 175 249 183 0.30 0 0.27 0.02 126.49 0.86 0.83
Hex AF F9 B7 1E 0 1B 2 7E 56 53
Octal 257 371 267 36 0 33 2 176 126 123
Binary 10101111 11111001 10110111 11110 0 11011 10 1111110 1010110 1010011

Color Harmonies of #AFF9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9B7

Black with #AFF9B7

Text Example


Text Example

White with #AFF9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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