Html Css Color HEX #AFF9B2 Celadon

📋 copy color: '#AFF9B2'

red 175 ◦ green 249 ◦ blue 178

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

Shades of Celadon #AFF9B2

Tints of Celadon #AFF9B2

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 value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#AFF9B2 (or 0xAFF9B2) is known color: 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

RGB 175 249 178 -
CMYK 0.30 0 0.29 0.02
HSL 122.43º 0.86% 0.83% -
HSV(B) 122.43º 0.3% 0.98% -
XYZ 59.59 80.08 54.44 -
YUV 218.78 104.98 96.77 -
System Red Green Blue C M Y K H S L
Decimal 175 249 178 0.30 0 0.29 0.02 122.43 0.86 0.83
Hex AF F9 B2 1E 0 1D 2 7A 56 53
Octal 257 371 262 36 0 35 2 172 126 123
Binary 10101111 11111001 10110010 11110 0 11101 10 1111010 1010110 1010011

Color Harmonies of #AFF9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9B2

Black with #AFF9B2

Text Example


Text Example

White with #AFF9B2

Text Example


Text Example

HTML Codes & Css Web 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>