Html Css Color HEX #ADFBAC Celadon

📋 copy color: '#ADFBAC'

red 173 ◦ green 251 ◦ blue 172

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

Shades of Celadon #ADFBAC

Tints of Celadon #ADFBAC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.11%

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

R = 29.03%
G = 42.11%
B = 28.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#ADFBAC (or 0xADFBAC) is known color: Celadon. HEX triplet: AD, FB and AC. RGB value is (173,251,172). Sum of RGB (Red+Green+Blue) = 173+251+172=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFBAC is #520453. Grayscale: #DADADA. Windows color (decimal): -5375060 or 11336621. OLE color: 11336621.

HSL color Cylindrical-coordinate representation of color #ADFBAC: hue angle of 119.24º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFBAC is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 251 172 -
CMYK 0.31 0 0.31 0.02
HSL 119.24º 0.91% 0.83% -
HSV(B) 119.24º 0.31% 0.98% -
XYZ 59.18 80.86 51.52 -
YUV 218.67 101.66 95.42 -
System Red Green Blue C M Y K H S L
Decimal 173 251 172 0.31 0 0.31 0.02 119.24 0.91 0.83
Hex AD FB AC 1F 0 1F 2 77 5B 53
Octal 255 373 254 37 0 37 2 167 133 123
Binary 10101101 11111011 10101100 11111 0 11111 10 1110111 1011011 1010011

Color Harmonies of #ADFBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFBAC

Black with #ADFBAC

Text Example


Text Example

White with #ADFBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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