Html Css Color HEX #ADFEB0 Celadon

📋 copy color: '#ADFEB0'

red 173 ◦ green 254 ◦ blue 176

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

Shades of Celadon #ADFEB0

Tints of Celadon #ADFEB0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.12%

 BLUE value IS 176 (69.14% from 255) = 29.19%

R = 28.69%
G = 42.12%
B = 29.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#ADFEB0 (or 0xADFEB0) is known color: Celadon. HEX triplet: AD, FE and B0. RGB value is (173,254,176). Sum of RGB (Red+Green+Blue) = 173+254+176=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFEB0 is #52014F. Grayscale: #DDDDDD. Windows color (decimal): -5374288 or 11599533. OLE color: 11599533.

HSL color Cylindrical-coordinate representation of color #ADFEB0: hue angle of 122.22º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFEB0 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 254 176 -
CMYK 0.32 0 0.31 0.00
HSL 122.22º 0.98% 0.84% -
HSV(B) 122.22º 0.32% 1% -
XYZ 60.51 82.9 53.89 -
YUV 220.89 102.66 93.84 -
System Red Green Blue C M Y K H S L
Decimal 173 254 176 0.32 0 0.31 0.00 122.22 0.98 0.84
Hex AD FE B0 20 0 1F 0 7A 62 54
Octal 255 376 260 40 0 37 0 172 142 124
Binary 10101101 11111110 10110000 100000 0 11111 0 1111010 1100010 1010100

Color Harmonies of #ADFEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFEB0

Black with #ADFEB0

Text Example


Text Example

White with #ADFEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFEB0; }

 p { color: rgb(173,254,176); }

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

background-color css

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

 a { background-color: rgb(173,254,176); }

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

border-color css

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

 span { border-color: rgb(173,254,176); }

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