Html Css Color HEX #9EF3AF Celadon

📋 copy color: '#9EF3AF'

red 158 ◦ green 243 ◦ blue 175

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

Shades of Celadon #9EF3AF

Tints of Celadon #9EF3AF

RGB

 RED value IS 158 (62.11% from 255) = 27.43%

 GREEN value IS 243 (95.31% from 255) = 42.19%

 BLUE value IS 175 (68.75% from 255) = 30.38%

R = 27.43%
G = 42.19%
B = 30.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#9EF3AF (or 0x9EF3AF) is known color: Celadon. HEX triplet: 9E, F3 and AF. RGB value is (158,243,175). Sum of RGB (Red+Green+Blue) = 158+243+175=576 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.43% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 243 - color contains mainly: green. Hex color #9EF3AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF3AF is #610C50. Grayscale: #D2D2D2. Windows color (decimal): -6360145 or 11531166. OLE color: 11531166.

HSL color Cylindrical-coordinate representation of color #9EF3AF: hue angle of 132º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF3AF is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 243 175 -
CMYK 0.35 0 0.28 0.05
HSL 132º 0.78% 0.79% -
HSV(B) 132º 0.35% 0.95% -
XYZ 53.89 74.47 52.09 -
YUV 209.83 108.34 91.03 -
System Red Green Blue C M Y K H S L
Decimal 158 243 175 0.35 0 0.28 0.05 132 0.78 0.79
Hex 9E F3 AF 23 0 1C 5 84 4E 4F
Octal 236 363 257 43 0 34 5 204 116 117
Binary 10011110 11110011 10101111 100011 0 11100 101 10000100 1001110 1001111

Color Harmonies of #9EF3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF3AF

Black with #9EF3AF

Text Example


Text Example

White with #9EF3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,243,175); }

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

background-color css

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

 a { background-color: rgb(158,243,175); }

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

border-color css

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

 span { border-color: rgb(158,243,175); }

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