Html Css Color HEX #ADFDAC Celadon

📋 copy color: '#ADFDAC'

red 173 ◦ green 253 ◦ blue 172

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

Shades of Celadon #ADFDAC

Tints of Celadon #ADFDAC

RGB

 RED value IS 173 (67.97% from 255) = 28.93%

 GREEN value IS 253 (99.22% from 255) = 42.31%

 BLUE value IS 172 (67.58% from 255) = 28.76%

R = 28.93%
G = 42.31%
B = 28.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#ADFDAC (or 0xADFDAC) is known color: Celadon. HEX triplet: AD, FD and AC. RGB value is (173,253,172). Sum of RGB (Red+Green+Blue) = 173+253+172=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFDAC is #520253. Grayscale: #DCDCDC. Windows color (decimal): -5374548 or 11337133. OLE color: 11337133.

HSL color Cylindrical-coordinate representation of color #ADFDAC: hue angle of 119.26º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDAC is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 253 172 -
CMYK 0.32 0 0.32 0.01
HSL 119.26º 0.95% 0.83% -
HSV(B) 119.26º 0.32% 0.99% -
XYZ 59.81 82.11 51.73 -
YUV 219.85 101 94.59 -
System Red Green Blue C M Y K H S L
Decimal 173 253 172 0.32 0 0.32 0.01 119.26 0.95 0.83
Hex AD FD AC 20 0 20 1 77 5F 53
Octal 255 375 254 40 0 40 1 167 137 123
Binary 10101101 11111101 10101100 100000 0 100000 1 1110111 1011111 1010011

Color Harmonies of #ADFDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFDAC

Black with #ADFDAC

Text Example


Text Example

White with #ADFDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFDAC; }

 p { color: rgb(173,253,172); }

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

background-color css

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

 a { background-color: rgb(173,253,172); }

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

border-color css

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

 span { border-color: rgb(173,253,172); }

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