Html Css Color HEX #9DF0AF Celadon

📋 copy color: '#9DF0AF'

red 157 ◦ green 240 ◦ blue 175

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

Shades of Celadon #9DF0AF

Tints of Celadon #9DF0AF

RGB

 RED value IS 157 (61.72% from 255) = 27.45%

 GREEN value IS 240 (94.14% from 255) = 41.96%

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

R = 27.45%
G = 41.96%
B = 30.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#9DF0AF (or 0x9DF0AF) is known color: Celadon. HEX triplet: 9D, F0 and AF. RGB value is (157,240,175). Sum of RGB (Red+Green+Blue) = 157+240+175=572 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.45% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF0AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF0AF is #620F50. Grayscale: #CFCFCF. Windows color (decimal): -6426449 or 11530397. OLE color: 11530397.

HSL color Cylindrical-coordinate representation of color #9DF0AF: hue angle of 133.01º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF0AF is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 240 175 -
CMYK 0.35 0 0.27 0.06
HSL 133.01º 0.73% 0.78% -
HSV(B) 133.01º 0.35% 0.94% -
XYZ 52.8 72.58 51.78 -
YUV 207.77 109.5 91.79 -
System Red Green Blue C M Y K H S L
Decimal 157 240 175 0.35 0 0.27 0.06 133.01 0.73 0.78
Hex 9D F0 AF 23 0 1B 6 85 49 4E
Octal 235 360 257 43 0 33 6 205 111 116
Binary 10011101 11110000 10101111 100011 0 11011 110 10000101 1001001 1001110

Color Harmonies of #9DF0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF0AF

Black with #9DF0AF

Text Example


Text Example

White with #9DF0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,240,175); }

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

background-color css

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

 a { background-color: rgb(157,240,175); }

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

border-color css

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

 span { border-color: rgb(157,240,175); }

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