Html Css Color HEX #A9F1AF Celadon

📋 copy color: '#A9F1AF'

red 169 ◦ green 241 ◦ blue 175

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

Shades of Celadon #A9F1AF

Tints of Celadon #A9F1AF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.2%

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

R = 28.89%
G = 41.2%
B = 29.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#A9F1AF (or 0xA9F1AF) is known color: Celadon. HEX triplet: A9, F1 and AF. RGB value is (169,241,175). Sum of RGB (Red+Green+Blue) = 169+241+175=585 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.89% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #A9F1AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F1AF is #560E50. Grayscale: #D4D4D4. Windows color (decimal): -5639761 or 11530665. OLE color: 11530665.

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

Color convert

RGB 169 241 175 -
CMYK 0.30 0 0.27 0.05
HSL 125º 0.72% 0.8% -
HSV(B) 125º 0.3% 0.95% -
XYZ 55.56 74.44 52 -
YUV 211.95 107.15 97.37 -
System Red Green Blue C M Y K H S L
Decimal 169 241 175 0.30 0 0.27 0.05 125 0.72 0.8
Hex A9 F1 AF 1E 0 1B 5 7D 48 50
Octal 251 361 257 36 0 33 5 175 110 120
Binary 10101001 11110001 10101111 11110 0 11011 101 1111101 1001000 1010000

Color Harmonies of #A9F1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9F1AF

Black with #A9F1AF

Text Example


Text Example

White with #A9F1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9F1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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