Html Css Color HEX #ADF8AF Celadon

📋 copy color: '#ADF8AF'

red 173 ◦ green 248 ◦ blue 175

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

Shades of Celadon #ADF8AF

Tints of Celadon #ADF8AF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.61%

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

R = 29.03%
G = 41.61%
B = 29.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#ADF8AF (or 0xADF8AF) is known color: Celadon. HEX triplet: AD, F8 and AF. RGB value is (173,248,175). Sum of RGB (Red+Green+Blue) = 173+248+175=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF8AF is #520750. Grayscale: #D9D9D9. Windows color (decimal): -5375825 or 11532461. OLE color: 11532461.

HSL color Cylindrical-coordinate representation of color #ADF8AF: hue angle of 121.6º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF8AF is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 248 175 -
CMYK 0.30 0 0.29 0.03
HSL 121.6º 0.84% 0.83% -
HSV(B) 121.6º 0.3% 0.97% -
XYZ 58.54 79.11 52.74 -
YUV 217.25 104.15 96.44 -
System Red Green Blue C M Y K H S L
Decimal 173 248 175 0.30 0 0.29 0.03 121.6 0.84 0.83
Hex AD F8 AF 1E 0 1D 3 7A 54 53
Octal 255 370 257 36 0 35 3 172 124 123
Binary 10101101 11111000 10101111 11110 0 11101 11 1111010 1010100 1010011

Color Harmonies of #ADF8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF8AF

Black with #ADF8AF

Text Example


Text Example

White with #ADF8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF8AF; }

 p { color: rgb(173,248,175); }

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

background-color css

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

 a { background-color: rgb(173,248,175); }

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

border-color css

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

 span { border-color: rgb(173,248,175); }

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