Html Css Color HEX #A1F0AD Celadon

📋 copy color: '#A1F0AD'

red 161 ◦ green 240 ◦ blue 173

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

Shades of Celadon #A1F0AD

Tints of Celadon #A1F0AD

RGB

 RED value IS 161 (63.28% from 255) = 28.05%

 GREEN value IS 240 (94.14% from 255) = 41.81%

 BLUE value IS 173 (67.97% from 255) = 30.14%

R = 28.05%
G = 41.81%
B = 30.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#A1F0AD (or 0xA1F0AD) is known color: Celadon. HEX triplet: A1, F0 and AD. RGB value is (161,240,173). Sum of RGB (Red+Green+Blue) = 161+240+173=574 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28.05% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F0AD is #5E0F52. Grayscale: #D0D0D0. Windows color (decimal): -6164307 or 11399329. OLE color: 11399329.

HSL color Cylindrical-coordinate representation of color #A1F0AD: hue angle of 129.11º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F0AD is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 240 173 -
CMYK 0.33 0 0.28 0.06
HSL 129.11º 0.72% 0.79% -
HSV(B) 129.11º 0.33% 0.94% -
XYZ 53.4 72.91 50.79 -
YUV 208.74 107.83 93.95 -
System Red Green Blue C M Y K H S L
Decimal 161 240 173 0.33 0 0.28 0.06 129.11 0.72 0.79
Hex A1 F0 AD 21 0 1C 6 81 48 4F
Octal 241 360 255 41 0 34 6 201 110 117
Binary 10100001 11110000 10101101 100001 0 11100 110 10000001 1001000 1001111

Color Harmonies of #A1F0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F0AD

Black with #A1F0AD

Text Example


Text Example

White with #A1F0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F0AD; }

 p { color: rgb(161,240,173); }

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

background-color css

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

 a { background-color: rgb(161,240,173); }

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

border-color css

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

 span { border-color: rgb(161,240,173); }

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