Html Css Color HEX #A5F9AF Celadon

📋 copy color: '#A5F9AF'

red 165 ◦ green 249 ◦ blue 175

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

Shades of Celadon #A5F9AF

Tints of Celadon #A5F9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.71%

R = 28.01%
G = 42.28%
B = 29.71%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#A5F9AF (or 0xA5F9AF) is known color: Celadon. HEX triplet: A5, F9 and AF. RGB value is (165,249,175). Sum of RGB (Red+Green+Blue) = 165+249+175=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F9AF is #5A0650. Grayscale: #D7D7D7. Windows color (decimal): -5899857 or 11532709. OLE color: 11532709.

HSL color Cylindrical-coordinate representation of color #A5F9AF: hue angle of 127.14º 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 #A5F9AF is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 249 175 -
CMYK 0.34 0 0.30 0.02
HSL 127.14º 0.88% 0.81% -
HSV(B) 127.14º 0.34% 0.98% -
XYZ 57.13 78.85 52.77 -
YUV 215.45 105.17 92.02 -
System Red Green Blue C M Y K H S L
Decimal 165 249 175 0.34 0 0.30 0.02 127.14 0.88 0.81
Hex A5 F9 AF 22 0 1E 2 7F 58 51
Octal 245 371 257 42 0 36 2 177 130 121
Binary 10100101 11111001 10101111 100010 0 11110 10 1111111 1011000 1010001

Color Harmonies of #A5F9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F9AF

Black with #A5F9AF

Text Example


Text Example

White with #A5F9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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