Html Css Color HEX #A2FDB9 Fringy Flower

📋 copy color: '#A2FDB9'

red 162 ◦ green 253 ◦ blue 185

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

Shades of Fringy Flower #A2FDB9

Tints of Fringy Flower #A2FDB9

RGB

 RED value IS 162 (63.67% from 255) = 27%

 GREEN value IS 253 (99.22% from 255) = 42.17%

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

R = 27%
G = 42.17%
B = 30.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#A2FDB9 (or 0xA2FDB9) is known color: Fringy Flower. HEX triplet: A2, FD and B9. RGB value is (162,253,185). Sum of RGB (Red+Green+Blue) = 162+253+185=600 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FDB9 is #5D0246. Grayscale: #DADADA. Windows color (decimal): -6095431 or 12189090. OLE color: 12189090.

HSL color Cylindrical-coordinate representation of color #A2FDB9: hue angle of 135.16º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FDB9 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 253 185 -
CMYK 0.36 0 0.27 0.01
HSL 135.16º 0.96% 0.81% -
HSV(B) 135.16º 0.36% 0.99% -
XYZ 58.78 81.43 58.52 -
YUV 218.04 109.35 88.03 -
System Red Green Blue C M Y K H S L
Decimal 162 253 185 0.36 0 0.27 0.01 135.16 0.96 0.81
Hex A2 FD B9 24 0 1B 1 87 60 51
Octal 242 375 271 44 0 33 1 207 140 121
Binary 10100010 11111101 10111001 100100 0 11011 1 10000111 1100000 1010001

Color Harmonies of #A2FDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FDB9

Black with #A2FDB9

Text Example


Text Example

White with #A2FDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FDB9; }

 p { color: rgb(162,253,185); }

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

background-color css

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

 a { background-color: rgb(162,253,185); }

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

border-color css

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

 span { border-color: rgb(162,253,185); }

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