Html Css Color HEX #AFC145 Celery

📋 copy color: '#AFC145'

red 175 ◦ green 193 ◦ blue 69

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

Shades of Celery #AFC145

Tints of Celery #AFC145

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.16%

 BLUE value IS 69 (27.34% from 255) = 15.79%

R = 40.05%
G = 44.16%
B = 15.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#AFC145 (or 0xAFC145) is known color: Celery. HEX triplet: AF, C1 and 45. RGB value is (175,193,69). Sum of RGB (Red+Green+Blue) = 175+193+69=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC145 is #503EBA. Grayscale: #ADADAD. Windows color (decimal): -5258939 or 4571567. OLE color: 4571567.

HSL color Cylindrical-coordinate representation of color #AFC145: hue angle of 68.71º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFC145 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 69 -
CMYK 0.09 0 0.64 0.24
HSL 68.71º 0.5% 0.51% -
HSV(B) 68.71º 0.64% 0.76% -
XYZ 37.82 47.68 12.84 -
YUV 173.48 69.04 129.08 -
System Red Green Blue C M Y K H S L
Decimal 175 193 69 0.09 0 0.64 0.24 68.71 0.5 0.51
Hex AF C1 45 9 0 40 18 45 32 33
Octal 257 301 105 11 0 100 30 105 62 63
Binary 10101111 11000001 1000101 1001 0 1000000 11000 1000101 110010 110011

Color Harmonies of #AFC145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC145

Black with #AFC145

Text Example


Text Example

White with #AFC145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC145; }

 p { color: rgb(175,193,69); }

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

background-color css

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

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

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

border-color css

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

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

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