Html Css Color HEX #AFF9B8 Fringy Flower

📋 copy color: '#AFF9B8'

red 175 ◦ green 249 ◦ blue 184

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

Shades of Fringy Flower #AFF9B8

Tints of Fringy Flower #AFF9B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.26%

R = 28.78%
G = 40.95%
B = 30.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#AFF9B8 (or 0xAFF9B8) is known color: Fringy Flower. HEX triplet: AF, F9 and B8. RGB value is (175,249,184). Sum of RGB (Red+Green+Blue) = 175+249+184=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 184 (72.27% from 255 or 30.26% from 608); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9B8 is #500647. Grayscale: #DBDBDB. Windows color (decimal): -5244488 or 12122543. OLE color: 12122543.

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

Color convert

RGB 175 249 184 -
CMYK 0.30 0 0.26 0.02
HSL 127.3º 0.86% 0.83% -
HSV(B) 127.3º 0.3% 0.98% -
XYZ 60.21 80.33 57.68 -
YUV 219.46 107.98 96.29 -
System Red Green Blue C M Y K H S L
Decimal 175 249 184 0.30 0 0.26 0.02 127.3 0.86 0.83
Hex AF F9 B8 1E 0 1A 2 7F 56 53
Octal 257 371 270 36 0 32 2 177 126 123
Binary 10101111 11111001 10111000 11110 0 11010 10 1111111 1010110 1010011

Color Harmonies of #AFF9B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9B8

Black with #AFF9B8

Text Example


Text Example

White with #AFF9B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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