Html Css Color HEX #A4F1AF Celadon

📋 copy color: '#A4F1AF'

red 164 ◦ green 241 ◦ blue 175

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

Shades of Celadon #A4F1AF

Tints of Celadon #A4F1AF

RGB

 RED value IS 164 (64.45% from 255) = 28.28%

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

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

R = 28.28%
G = 41.55%
B = 30.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#A4F1AF (or 0xA4F1AF) is known color: Celadon. HEX triplet: A4, F1 and AF. RGB value is (164,241,175). Sum of RGB (Red+Green+Blue) = 164+241+175=580 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.28% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F1AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F1AF is #5B0E50. Grayscale: #D2D2D2. Windows color (decimal): -5967441 or 11530660. OLE color: 11530660.

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

Color convert

RGB 164 241 175 -
CMYK 0.32 0 0.27 0.05
HSL 128.57º 0.73% 0.79% -
HSV(B) 128.57º 0.32% 0.95% -
XYZ 54.5 73.9 51.95 -
YUV 210.45 107.99 94.87 -
System Red Green Blue C M Y K H S L
Decimal 164 241 175 0.32 0 0.27 0.05 128.57 0.73 0.79
Hex A4 F1 AF 20 0 1B 5 81 49 4F
Octal 244 361 257 40 0 33 5 201 111 117
Binary 10100100 11110001 10101111 100000 0 11011 101 10000001 1001001 1001111

Color Harmonies of #A4F1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F1AF

Black with #A4F1AF

Text Example


Text Example

White with #A4F1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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