Html Css Color HEX #A6F1AF Celadon

📋 copy color: '#A6F1AF'

red 166 ◦ green 241 ◦ blue 175

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

Shades of Celadon #A6F1AF

Tints of Celadon #A6F1AF

RGB

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

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

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

R = 28.52%
G = 41.41%
B = 30.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#A6F1AF (or 0xA6F1AF) is known color: Celadon. HEX triplet: A6, F1 and AF. RGB value is (166,241,175). Sum of RGB (Red+Green+Blue) = 166+241+175=582 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.52% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F1AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F1AF is #590E50. Grayscale: #D3D3D3. Windows color (decimal): -5836369 or 11530662. OLE color: 11530662.

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

Color convert

RGB 166 241 175 -
CMYK 0.31 0 0.27 0.05
HSL 127.2º 0.73% 0.8% -
HSV(B) 127.2º 0.31% 0.95% -
XYZ 54.92 74.11 51.97 -
YUV 211.05 107.65 95.87 -
System Red Green Blue C M Y K H S L
Decimal 166 241 175 0.31 0 0.27 0.05 127.2 0.73 0.8
Hex A6 F1 AF 1F 0 1B 5 7F 49 50
Octal 246 361 257 37 0 33 5 177 111 120
Binary 10100110 11110001 10101111 11111 0 11011 101 1111111 1001001 1010000

Color Harmonies of #A6F1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F1AF

Black with #A6F1AF

Text Example


Text Example

White with #A6F1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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