Html Css Color HEX #A8F8BD Fringy Flower

📋 copy color: '#A8F8BD'

red 168 ◦ green 248 ◦ blue 189

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

Shades of Fringy Flower #A8F8BD

Tints of Fringy Flower #A8F8BD

RGB

 RED value IS 168 (66.02% from 255) = 27.77%

 GREEN value IS 248 (97.27% from 255) = 40.99%

 BLUE value IS 189 (74.22% from 255) = 31.24%

R = 27.77%
G = 40.99%
B = 31.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#A8F8BD (or 0xA8F8BD) is known color: Fringy Flower. HEX triplet: A8, F8 and BD. RGB value is (168,248,189). Sum of RGB (Red+Green+Blue) = 168+248+189=605 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.77% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F8BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F8BD is #570742. Grayscale: #D9D9D9. Windows color (decimal): -5703491 or 12449960. OLE color: 12449960.

HSL color Cylindrical-coordinate representation of color #A8F8BD: hue angle of 135.75º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F8BD is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 248 189 -
CMYK 0.32 0 0.24 0.03
HSL 135.75º 0.85% 0.82% -
HSV(B) 135.75º 0.32% 0.97% -
XYZ 58.9 79.13 60.31 -
YUV 217.35 112 92.8 -
System Red Green Blue C M Y K H S L
Decimal 168 248 189 0.32 0 0.24 0.03 135.75 0.85 0.82
Hex A8 F8 BD 20 0 18 3 88 55 52
Octal 250 370 275 40 0 30 3 210 125 122
Binary 10101000 11111000 10111101 100000 0 11000 11 10001000 1010101 1010010

Color Harmonies of #A8F8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F8BD

Black with #A8F8BD

Text Example


Text Example

White with #A8F8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F8BD; }

 p { color: rgb(168,248,189); }

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

background-color css

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

 a { background-color: rgb(168,248,189); }

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

border-color css

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

 span { border-color: rgb(168,248,189); }

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