Html Css Color HEX #A8F0AF Celadon

📋 copy color: '#A8F0AF'

red 168 ◦ green 240 ◦ blue 175

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

Shades of Celadon #A8F0AF

Tints of Celadon #A8F0AF

RGB

 RED value IS 168 (66.02% from 255) = 28.82%

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

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

R = 28.82%
G = 41.17%
B = 30.02%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#A8F0AF (or 0xA8F0AF) is known color: Celadon. HEX triplet: A8, F0 and AF. RGB value is (168,240,175). Sum of RGB (Red+Green+Blue) = 168+240+175=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F0AF is #570F50. Grayscale: #D3D3D3. Windows color (decimal): -5705553 or 11530408. OLE color: 11530408.

HSL color Cylindrical-coordinate representation of color #A8F0AF: hue angle of 125.83º degrees, saturation: 0.71, 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 #A8F0AF is Cyan = 0.3, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 240 175 -
CMYK 0.3 0 0.27 0.06
HSL 125.83º 0.71% 0.8% -
HSV(B) 125.83º 0.3% 0.94% -
XYZ 55.05 73.74 51.89 -
YUV 211.06 107.65 97.29 -
System Red Green Blue C M Y K H S L
Decimal 168 240 175 0.3 0 0.27 0.06 125.83 0.71 0.8
Hex A8 F0 AF 1E 0 1B 6 7E 47 50
Octal 250 360 257 36 0 33 6 176 107 120
Binary 10101000 11110000 10101111 11110 0 11011 110 1111110 1000111 1010000

Color Harmonies of #A8F0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F0AF

Black with #A8F0AF

Text Example


Text Example

White with #A8F0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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