Html Css Color HEX #A5F2AF Celadon

📋 copy color: '#A5F2AF'

red 165 ◦ green 242 ◦ blue 175

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

Shades of Celadon #A5F2AF

Tints of Celadon #A5F2AF

RGB

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

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

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

R = 28.35%
G = 41.58%
B = 30.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#A5F2AF (or 0xA5F2AF) is known color: Celadon. HEX triplet: A5, F2 and AF. RGB value is (165,242,175). Sum of RGB (Red+Green+Blue) = 165+242+175=582 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.35% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F2AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F2AF is #5A0D50. Grayscale: #D3D3D3. Windows color (decimal): -5901649 or 11530917. OLE color: 11530917.

HSL color Cylindrical-coordinate representation of color #A5F2AF: hue angle of 127.79º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5F2AF is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 242 175 -
CMYK 0.32 0 0.28 0.05
HSL 127.79º 0.75% 0.8% -
HSV(B) 127.79º 0.32% 0.95% -
XYZ 55.01 74.6 52.06 -
YUV 211.34 107.49 94.95 -
System Red Green Blue C M Y K H S L
Decimal 165 242 175 0.32 0 0.28 0.05 127.79 0.75 0.8
Hex A5 F2 AF 20 0 1C 5 80 4B 50
Octal 245 362 257 40 0 34 5 200 113 120
Binary 10100101 11110010 10101111 100000 0 11100 101 10000000 1001011 1010000

Color Harmonies of #A5F2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F2AF

Black with #A5F2AF

Text Example


Text Example

White with #A5F2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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