Html Css Color HEX #A5F9B1 Celadon

📋 copy color: '#A5F9B1'

red 165 ◦ green 249 ◦ blue 177

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

Shades of Celadon #A5F9B1

Tints of Celadon #A5F9B1

RGB

 RED value IS 165 (64.84% from 255) = 27.92%

 GREEN value IS 249 (97.66% from 255) = 42.13%

 BLUE value IS 177 (69.53% from 255) = 29.95%

R = 27.92%
G = 42.13%
B = 29.95%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#A5F9B1 (or 0xA5F9B1) is known color: Celadon. HEX triplet: A5, F9 and B1. RGB value is (165,249,177). Sum of RGB (Red+Green+Blue) = 165+249+177=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 177 (69.53% from 255 or 29.95% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F9B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F9B1 is #5A064E. Grayscale: #D7D7D7. Windows color (decimal): -5899855 or 11663781. OLE color: 11663781.

HSL color Cylindrical-coordinate representation of color #A5F9B1: hue angle of 128.57º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5F9B1 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 249 177 -
CMYK 0.34 0 0.29 0.02
HSL 128.57º 0.88% 0.81% -
HSV(B) 128.57º 0.34% 0.98% -
XYZ 57.33 78.93 53.81 -
YUV 215.68 106.17 91.85 -
System Red Green Blue C M Y K H S L
Decimal 165 249 177 0.34 0 0.29 0.02 128.57 0.88 0.81
Hex A5 F9 B1 22 0 1D 2 81 58 51
Octal 245 371 261 42 0 35 2 201 130 121
Binary 10100101 11111001 10110001 100010 0 11101 10 10000001 1011000 1010001

Color Harmonies of #A5F9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F9B1

Black with #A5F9B1

Text Example


Text Example

White with #A5F9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F9B1; }

 p { color: rgb(165,249,177); }

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

background-color css

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

 a { background-color: rgb(165,249,177); }

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

border-color css

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

 span { border-color: rgb(165,249,177); }

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