Html Css Color HEX #9DF2AF Celadon

📋 copy color: '#9DF2AF'

red 157 ◦ green 242 ◦ blue 175

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

Shades of Celadon #9DF2AF

Tints of Celadon #9DF2AF

RGB

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

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

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

R = 27.35%
G = 42.16%
B = 30.49%

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

#9DF2AF (or 0x9DF2AF) is known color: Celadon. HEX triplet: 9D, F2 and AF. RGB value is (157,242,175). Sum of RGB (Red+Green+Blue) = 157+242+175=574 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.35% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF2AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF2AF is #620D50. Grayscale: #D1D1D1. Windows color (decimal): -6425937 or 11530909. OLE color: 11530909.

HSL color Cylindrical-coordinate representation of color #9DF2AF: hue angle of 132.71º 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 #9DF2AF is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 242 175 -
CMYK 0.35 0 0.28 0.05
HSL 132.71º 0.77% 0.78% -
HSV(B) 132.71º 0.35% 0.95% -
XYZ 53.39 73.77 51.98 -
YUV 208.95 108.84 90.95 -
System Red Green Blue C M Y K H S L
Decimal 157 242 175 0.35 0 0.28 0.05 132.71 0.77 0.78
Hex 9D F2 AF 23 0 1C 5 85 4D 4E
Octal 235 362 257 43 0 34 5 205 115 116
Binary 10011101 11110010 10101111 100011 0 11100 101 10000101 1001101 1001110

Color Harmonies of #9DF2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF2AF

Black with #9DF2AF

Text Example


Text Example

White with #9DF2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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