Html Css Color HEX #AFF1AF Celadon

📋 copy color: '#AFF1AF'

red 175 ◦ green 241 ◦ blue 175

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

Shades of Celadon #AFF1AF

Tints of Celadon #AFF1AF

RGB

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

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

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

R = 29.61%
G = 40.78%
B = 29.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#AFF1AF (or 0xAFF1AF) is known color: Celadon. HEX triplet: AF, F1 and AF. RGB value is (175,241,175). Sum of RGB (Red+Green+Blue) = 175+241+175=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF1AF is #500E50. Grayscale: #D5D5D5. Windows color (decimal): -5246545 or 11530671. OLE color: 11530671.

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

Color convert

RGB 175 241 175 -
CMYK 0.27 0 0.27 0.05
HSL 120º 0.7% 0.82% -
HSV(B) 120º 0.27% 0.95% -
XYZ 56.87 75.12 52.06 -
YUV 213.74 106.13 100.37 -
System Red Green Blue C M Y K H S L
Decimal 175 241 175 0.27 0 0.27 0.05 120 0.7 0.82
Hex AF F1 AF 1B 0 1B 5 78 46 52
Octal 257 361 257 33 0 33 5 170 106 122
Binary 10101111 11110001 10101111 11011 0 11011 101 1111000 1000110 1010010

Color Harmonies of #AFF1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1AF

Black with #AFF1AF

Text Example


Text Example

White with #AFF1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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