Html Css Color HEX #AFE9AF Celadon

📋 copy color: '#AFE9AF'

red 175 ◦ green 233 ◦ blue 175

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

Shades of Celadon #AFE9AF

Tints of Celadon #AFE9AF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.97%

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

R = 30.02%
G = 39.97%
B = 30.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#AFE9AF (or 0xAFE9AF) is known color: Celadon. HEX triplet: AF, E9 and AF. RGB value is (175,233,175). Sum of RGB (Red+Green+Blue) = 175+233+175=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE9AF is #501650. Grayscale: #D1D1D1. Windows color (decimal): -5248593 or 11528623. OLE color: 11528623.

HSL color Cylindrical-coordinate representation of color #AFE9AF: hue angle of 120º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE9AF is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 175 -
CMYK 0.25 0 0.25 0.09
HSL 120º 0.57% 0.8% -
HSV(B) 120º 0.25% 0.91% -
XYZ 54.56 70.49 51.29 -
YUV 209.05 108.78 103.72 -
System Red Green Blue C M Y K H S L
Decimal 175 233 175 0.25 0 0.25 0.09 120 0.57 0.8
Hex AF E9 AF 19 0 19 9 78 39 50
Octal 257 351 257 31 0 31 11 170 71 120
Binary 10101111 11101001 10101111 11001 0 11001 1001 1111000 111001 1010000

Color Harmonies of #AFE9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE9AF

Black with #AFE9AF

Text Example


Text Example

White with #AFE9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE9AF; }

 p { color: rgb(175,233,175); }

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

background-color css

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

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

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

border-color css

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

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

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