Html Css Color HEX #A0EFB8 Fringy Flower

📋 copy color: '#A0EFB8'

red 160 ◦ green 239 ◦ blue 184

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

Shades of Fringy Flower #A0EFB8

Tints of Fringy Flower #A0EFB8

RGB

 RED value IS 160 (62.89% from 255) = 27.44%

 GREEN value IS 239 (93.75% from 255) = 40.99%

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

R = 27.44%
G = 40.99%
B = 31.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#A0EFB8 (or 0xA0EFB8) is known color: Fringy Flower. HEX triplet: A0, EF and B8. RGB value is (160,239,184). Sum of RGB (Red+Green+Blue) = 160+239+184=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 184 (72.27% from 255 or 31.56% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EFB8 is #5F1047. Grayscale: #D1D1D1. Windows color (decimal): -6230088 or 12119968. OLE color: 12119968.

HSL color Cylindrical-coordinate representation of color #A0EFB8: hue angle of 138.23º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EFB8 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 239 184 -
CMYK 0.33 0 0.23 0.06
HSL 138.23º 0.71% 0.78% -
HSV(B) 138.23º 0.33% 0.94% -
XYZ 54.02 72.67 56.53 -
YUV 209.11 113.83 92.97 -
System Red Green Blue C M Y K H S L
Decimal 160 239 184 0.33 0 0.23 0.06 138.23 0.71 0.78
Hex A0 EF B8 21 0 17 6 8A 47 4E
Octal 240 357 270 41 0 27 6 212 107 116
Binary 10100000 11101111 10111000 100001 0 10111 110 10001010 1000111 1001110

Color Harmonies of #A0EFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EFB8

Black with #A0EFB8

Text Example


Text Example

White with #A0EFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EFB8; }

 p { color: rgb(160,239,184); }

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

background-color css

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

 a { background-color: rgb(160,239,184); }

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

border-color css

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

 span { border-color: rgb(160,239,184); }

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