Html Css Color HEX #A1F9AF Celadon

📋 copy color: '#A1F9AF'

red 161 ◦ green 249 ◦ blue 175

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

Shades of Celadon #A1F9AF

Tints of Celadon #A1F9AF

RGB

 RED value IS 161 (63.28% from 255) = 27.52%

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

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

R = 27.52%
G = 42.56%
B = 29.91%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#A1F9AF (or 0xA1F9AF) is known color: Celadon. HEX triplet: A1, F9 and AF. RGB value is (161,249,175). Sum of RGB (Red+Green+Blue) = 161+249+175=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F9AF is #5E0650. Grayscale: #D6D6D6. Windows color (decimal): -6162001 or 11532705. OLE color: 11532705.

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

Color convert

RGB 161 249 175 -
CMYK 0.35 0 0.30 0.02
HSL 129.55º 0.88% 0.8% -
HSV(B) 129.55º 0.35% 0.98% -
XYZ 56.31 78.42 52.73 -
YUV 214.25 105.85 90.02 -
System Red Green Blue C M Y K H S L
Decimal 161 249 175 0.35 0 0.30 0.02 129.55 0.88 0.8
Hex A1 F9 AF 23 0 1E 2 82 58 50
Octal 241 371 257 43 0 36 2 202 130 120
Binary 10100001 11111001 10101111 100011 0 11110 10 10000010 1011000 1010000

Color Harmonies of #A1F9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F9AF

Black with #A1F9AF

Text Example


Text Example

White with #A1F9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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