Html Css Color HEX #A9F2C0 Fringy Flower

📋 copy color: '#A9F2C0'

red 169 ◦ green 242 ◦ blue 192

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

Shades of Fringy Flower #A9F2C0

Tints of Fringy Flower #A9F2C0

RGB

 RED value IS 169 (66.41% from 255) = 28.03%

 GREEN value IS 242 (94.92% from 255) = 40.13%

 BLUE value IS 192 (75.39% from 255) = 31.84%

R = 28.03%
G = 40.13%
B = 31.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#A9F2C0 (or 0xA9F2C0) is known color: Fringy Flower. HEX triplet: A9, F2 and C0. RGB value is (169,242,192). Sum of RGB (Red+Green+Blue) = 169+242+192=603 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.03% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F2C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F2C0 is #560D3F. Grayscale: #D6D6D6. Windows color (decimal): -5639488 or 12645033. OLE color: 12645033.

HSL color Cylindrical-coordinate representation of color #A9F2C0: hue angle of 138.9º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F2C0 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 242 192 -
CMYK 0.30 0 0.21 0.05
HSL 138.9º 0.74% 0.81% -
HSV(B) 138.9º 0.3% 0.95% -
XYZ 57.63 75.75 61.45 -
YUV 214.47 115.32 95.57 -
System Red Green Blue C M Y K H S L
Decimal 169 242 192 0.30 0 0.21 0.05 138.9 0.74 0.81
Hex A9 F2 C0 1E 0 15 5 8B 4A 51
Octal 251 362 300 36 0 25 5 213 112 121
Binary 10101001 11110010 11000000 11110 0 10101 101 10001011 1001010 1010001

Color Harmonies of #A9F2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9F2C0

Black with #A9F2C0

Text Example


Text Example

White with #A9F2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9F2C0; }

 p { color: rgb(169,242,192); }

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

background-color css

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

 a { background-color: rgb(169,242,192); }

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

border-color css

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

 span { border-color: rgb(169,242,192); }

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