#AFF9B2

Color #AFF9B2 Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #AFF9B2

Tints of Celadon #AFF9B2

Color information

#AFF9B2 (or 0xAFF9B2) is unknown color: approx Celadon. HEX triplet: AF, F9 and B2. RGB value is (175,249,178). Sum of RGB (Red+Green+Blue) = 175+249+178=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF9B2 is #50064D. Grayscale: #DADADA. Windows color (decimal): -5244494 or 11729327. OLE color: 11729327.

HSL color Cylindrical-coordinate representation of color #AFF9B2: hue angle of 122.43º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9B2 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB175249178-
CMYK0.3000.290.02
HSL122.43º86.05%83.14%-
HSV(B)122.43º29.72%97.65%-
XYZ59.5980.0854.44-
YUV218.78104.9896.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.07%
GREEN value IS 249 (97.66% from 255) = 41.36%
BLUE value IS 178 (69.92% from 255) = 29.57%
R=29.07%
G=41.36%
B=29.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752491780.3000.290.02122.4386.0583.14
HexAFF9B21E01D27a5653
Octal257371262360352172126123
Binary1010111111111001101100101111001110110111101010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9B2; }

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

 H1.HeaderClassName
 {
   color: #AFF9B2;
 }
 .AnyTagClassName
 {
   color: #AFF9B2;
 }
</style>
background-color css

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

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

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

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

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

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