Html Css Color HEX #A6F0AF Celadon

📋 copy color: '#A6F0AF'

red 166 ◦ green 240 ◦ blue 175

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

Shades of Celadon #A6F0AF

Tints of Celadon #A6F0AF

RGB

 RED value IS 166 (65.23% from 255) = 28.57%

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

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

R = 28.57%
G = 41.31%
B = 30.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#A6F0AF (or 0xA6F0AF) is known color: Celadon. HEX triplet: A6, F0 and AF. RGB value is (166,240,175). Sum of RGB (Red+Green+Blue) = 166+240+175=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F0AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F0AF is #590F50. Grayscale: #D2D2D2. Windows color (decimal): -5836625 or 11530406. OLE color: 11530406.

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

Color convert

RGB 166 240 175 -
CMYK 0.31 0 0.27 0.06
HSL 127.3º 0.71% 0.8% -
HSV(B) 127.3º 0.31% 0.94% -
XYZ 54.62 73.52 51.87 -
YUV 210.46 107.98 96.29 -
System Red Green Blue C M Y K H S L
Decimal 166 240 175 0.31 0 0.27 0.06 127.3 0.71 0.8
Hex A6 F0 AF 1F 0 1B 6 7F 47 50
Octal 246 360 257 37 0 33 6 177 107 120
Binary 10100110 11110000 10101111 11111 0 11011 110 1111111 1000111 1010000

Color Harmonies of #A6F0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F0AF

Black with #A6F0AF

Text Example


Text Example

White with #A6F0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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