Html Css Color HEX #9DF7AF Celadon

📋 copy color: '#9DF7AF'

red 157 ◦ green 247 ◦ blue 175

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

Shades of Celadon #9DF7AF

Tints of Celadon #9DF7AF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.66%

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

R = 27.12%
G = 42.66%
B = 30.22%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#9DF7AF (or 0x9DF7AF) is known color: Celadon. HEX triplet: 9D, F7 and AF. RGB value is (157,247,175). Sum of RGB (Red+Green+Blue) = 157+247+175=579 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.12% from 579); Green value is 247 (96.88% from 255 or 42.66% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 247 - color contains mainly: green. Hex color #9DF7AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF7AF is #620850. Grayscale: #D4D4D4. Windows color (decimal): -6424657 or 11532189. OLE color: 11532189.

HSL color Cylindrical-coordinate representation of color #9DF7AF: hue angle of 132º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DF7AF is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 157 247 175 -
CMYK 0.36 0 0.29 0.03
HSL 132º 0.85% 0.79% -
HSV(B) 132º 0.36% 0.97% -
XYZ 54.9 76.78 52.48 -
YUV 211.88 107.18 88.85 -
System Red Green Blue C M Y K H S L
Decimal 157 247 175 0.36 0 0.29 0.03 132 0.85 0.79
Hex 9D F7 AF 24 0 1D 3 84 55 4F
Octal 235 367 257 44 0 35 3 204 125 117
Binary 10011101 11110111 10101111 100100 0 11101 11 10000100 1010101 1001111

Color Harmonies of #9DF7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF7AF

Black with #9DF7AF

Text Example


Text Example

White with #9DF7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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