Html Css Color HEX #AFF9B9 Fringy Flower

📋 copy color: '#AFF9B9'

red 175 ◦ green 249 ◦ blue 185

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

Shades of Fringy Flower #AFF9B9

Tints of Fringy Flower #AFF9B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.38%

R = 28.74%
G = 40.89%
B = 30.38%

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

#AFF9B9 (or 0xAFF9B9) is known color: Fringy Flower. HEX triplet: AF, F9 and B9. RGB value is (175,249,185). Sum of RGB (Red+Green+Blue) = 175+249+185=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9B9 is #500646. Grayscale: #DBDBDB. Windows color (decimal): -5244487 or 12188079. OLE color: 12188079.

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

Color convert

RGB 175 249 185 -
CMYK 0.30 0 0.26 0.02
HSL 128.11º 0.86% 0.83% -
HSV(B) 128.11º 0.3% 0.98% -
XYZ 60.31 80.37 58.23 -
YUV 219.58 108.48 96.2 -
System Red Green Blue C M Y K H S L
Decimal 175 249 185 0.30 0 0.26 0.02 128.11 0.86 0.83
Hex AF F9 B9 1E 0 1A 2 80 56 53
Octal 257 371 271 36 0 32 2 200 126 123
Binary 10101111 11111001 10111001 11110 0 11010 10 10000000 1010110 1010011

Color Harmonies of #AFF9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9B9

Black with #AFF9B9

Text Example


Text Example

White with #AFF9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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