Html Css Color HEX #9FF4E0 Water Leaf

📋 copy color: '#9FF4E0'

red 159 ◦ green 244 ◦ blue 224

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

Shades of Water Leaf #9FF4E0

Tints of Water Leaf #9FF4E0

RGB

 RED value IS 159 (62.5% from 255) = 25.36%

 GREEN value IS 244 (95.7% from 255) = 38.92%

 BLUE value IS 224 (87.89% from 255) = 35.73%

R = 25.36%
G = 38.92%
B = 35.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#9FF4E0 (or 0x9FF4E0) is known color: Water Leaf. HEX triplet: 9F, F4 and E0. RGB value is (159,244,224). Sum of RGB (Red+Green+Blue) = 159+244+224=627 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.36% from 627); Green value is 244 (95.70% from 255 or 38.92% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 244 - color contains mainly: green. Hex color #9FF4E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF4E0 is #600B1F. Grayscale: #D8D8D8. Windows color (decimal): -6294304 or 14742687. OLE color: 14742687.

HSL color Cylindrical-coordinate representation of color #9FF4E0: hue angle of 165.88º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF4E0 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 159 244 224 -
CMYK 0.35 0 0.08 0.04
HSL 165.88º 0.79% 0.79% -
HSV(B) 165.88º 0.35% 0.96% -
XYZ 60.1 77.45 82.3 -
YUV 216.31 132.34 87.13 -
System Red Green Blue C M Y K H S L
Decimal 159 244 224 0.35 0 0.08 0.04 165.88 0.79 0.79
Hex 9F F4 E0 23 0 8 4 A6 4F 4F
Octal 237 364 340 43 0 10 4 246 117 117
Binary 10011111 11110100 11100000 100011 0 1000 100 10100110 1001111 1001111

Color Harmonies of #9FF4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF4E0

Black with #9FF4E0

Text Example


Text Example

White with #9FF4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FF4E0; }

 p { color: rgb(159,244,224); }

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

background-color css

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

 a { background-color: rgb(159,244,224); }

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

border-color css

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

 span { border-color: rgb(159,244,224); }

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