Html Css Color HEX #9DF2AB Celadon

📋 copy color: '#9DF2AB'

red 157 ◦ green 242 ◦ blue 171

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

Shades of Celadon #9DF2AB

Tints of Celadon #9DF2AB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.46%

 BLUE value IS 171 (67.19% from 255) = 30%

R = 27.54%
G = 42.46%
B = 30%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#9DF2AB (or 0x9DF2AB) is known color: Celadon. HEX triplet: 9D, F2 and AB. RGB value is (157,242,171). Sum of RGB (Red+Green+Blue) = 157+242+171=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF2AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF2AB is #620D54. Grayscale: #D0D0D0. Windows color (decimal): -6425941 or 11268765. OLE color: 11268765.

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

Color convert

RGB 157 242 171 -
CMYK 0.35 0 0.29 0.05
HSL 129.88º 0.77% 0.78% -
HSV(B) 129.88º 0.35% 0.95% -
XYZ 53.01 73.61 49.94 -
YUV 208.49 106.84 91.27 -
System Red Green Blue C M Y K H S L
Decimal 157 242 171 0.35 0 0.29 0.05 129.88 0.77 0.78
Hex 9D F2 AB 23 0 1D 5 82 4D 4E
Octal 235 362 253 43 0 35 5 202 115 116
Binary 10011101 11110010 10101011 100011 0 11101 101 10000010 1001101 1001110

Color Harmonies of #9DF2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF2AB

Black with #9DF2AB

Text Example


Text Example

White with #9DF2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,242,171); }

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

background-color css

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

 a { background-color: rgb(157,242,171); }

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

border-color css

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

 span { border-color: rgb(157,242,171); }

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