Html Css Color HEX #A9F0AF Celadon

📋 copy color: '#A9F0AF'

red 169 ◦ green 240 ◦ blue 175

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

Shades of Celadon #A9F0AF

Tints of Celadon #A9F0AF

RGB

 RED value IS 169 (66.41% from 255) = 28.94%

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

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

R = 28.94%
G = 41.1%
B = 29.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#A9F0AF (or 0xA9F0AF) is known color: Celadon. HEX triplet: A9, F0 and AF. RGB value is (169,240,175). Sum of RGB (Red+Green+Blue) = 169+240+175=584 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.94% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #A9F0AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F0AF is #560F50. Grayscale: #D3D3D3. Windows color (decimal): -5640017 or 11530409. OLE color: 11530409.

HSL color Cylindrical-coordinate representation of color #A9F0AF: hue angle of 125.07º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F0AF is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 240 175 -
CMYK 0.30 0 0.27 0.06
HSL 125.07º 0.7% 0.8% -
HSV(B) 125.07º 0.3% 0.94% -
XYZ 55.26 73.85 51.9 -
YUV 211.36 107.48 97.79 -
System Red Green Blue C M Y K H S L
Decimal 169 240 175 0.30 0 0.27 0.06 125.07 0.7 0.8
Hex A9 F0 AF 1E 0 1B 6 7D 46 50
Octal 251 360 257 36 0 33 6 175 106 120
Binary 10101001 11110000 10101111 11110 0 11011 110 1111101 1000110 1010000

Color Harmonies of #A9F0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9F0AF

Black with #A9F0AF

Text Example


Text Example

White with #A9F0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9F0AF; }

 p { color: rgb(169,240,175); }

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

background-color css

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

 a { background-color: rgb(169,240,175); }

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

border-color css

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

 span { border-color: rgb(169,240,175); }

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