Html Css Color HEX #ADF2B4 Celadon

📋 copy color: '#ADF2B4'

red 173 ◦ green 242 ◦ blue 180

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

Shades of Celadon #ADF2B4

Tints of Celadon #ADF2B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.25%

R = 29.08%
G = 40.67%
B = 30.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#ADF2B4 (or 0xADF2B4) is known color: Celadon. HEX triplet: AD, F2 and B4. RGB value is (173,242,180). Sum of RGB (Red+Green+Blue) = 173+242+180=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2B4 is #520D4B. Grayscale: #D6D6D6. Windows color (decimal): -5377356 or 11858605. OLE color: 11858605.

HSL color Cylindrical-coordinate representation of color #ADF2B4: hue angle of 126.09º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF2B4 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 180 -
CMYK 0.29 0 0.26 0.05
HSL 126.09º 0.73% 0.81% -
HSV(B) 126.09º 0.29% 0.95% -
XYZ 57.22 75.68 54.77 -
YUV 214.3 108.64 98.54 -
System Red Green Blue C M Y K H S L
Decimal 173 242 180 0.29 0 0.26 0.05 126.09 0.73 0.81
Hex AD F2 B4 1D 0 1A 5 7E 49 51
Octal 255 362 264 35 0 32 5 176 111 121
Binary 10101101 11110010 10110100 11101 0 11010 101 1111110 1001001 1010001

Color Harmonies of #ADF2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF2B4

Black with #ADF2B4

Text Example


Text Example

White with #ADF2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF2B4; }

 p { color: rgb(173,242,180); }

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

background-color css

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

 a { background-color: rgb(173,242,180); }

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

border-color css

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

 span { border-color: rgb(173,242,180); }

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