Html Css Color HEX #A1EFB2 Celadon

📋 copy color: '#A1EFB2'

red 161 ◦ green 239 ◦ blue 178

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

Shades of Celadon #A1EFB2

Tints of Celadon #A1EFB2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.35%

 BLUE value IS 178 (69.92% from 255) = 30.8%

R = 27.85%
G = 41.35%
B = 30.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#A1EFB2 (or 0xA1EFB2) is known color: Celadon. HEX triplet: A1, EF and B2. RGB value is (161,239,178). Sum of RGB (Red+Green+Blue) = 161+239+178=578 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.85% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EFB2 is #5E104D. Grayscale: #D0D0D0. Windows color (decimal): -6164558 or 11726753. OLE color: 11726753.

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

Color convert

RGB 161 239 178 -
CMYK 0.33 0 0.26 0.06
HSL 133.08º 0.71% 0.78% -
HSV(B) 133.08º 0.33% 0.94% -
XYZ 53.6 72.52 53.29 -
YUV 208.72 110.66 93.96 -
System Red Green Blue C M Y K H S L
Decimal 161 239 178 0.33 0 0.26 0.06 133.08 0.71 0.78
Hex A1 EF B2 21 0 1A 6 85 47 4E
Octal 241 357 262 41 0 32 6 205 107 116
Binary 10100001 11101111 10110010 100001 0 11010 110 10000101 1000111 1001110

Color Harmonies of #A1EFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EFB2

Black with #A1EFB2

Text Example


Text Example

White with #A1EFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EFB2; }

 p { color: rgb(161,239,178); }

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

background-color css

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

 a { background-color: rgb(161,239,178); }

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

border-color css

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

 span { border-color: rgb(161,239,178); }

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