Html Css Color HEX #AFC142 Celery

📋 copy color: '#AFC142'

red 175 ◦ green 193 ◦ blue 66

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

Shades of Celery #AFC142

Tints of Celery #AFC142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.21%

R = 40.32%
G = 44.47%
B = 15.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#AFC142 (or 0xAFC142) is known color: Celery. HEX triplet: AF, C1 and 42. RGB value is (175,193,66). Sum of RGB (Red+Green+Blue) = 175+193+66=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC142 is #503EBD. Grayscale: #ADADAD. Windows color (decimal): -5258942 or 4374959. OLE color: 4374959.

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

Color convert

RGB 175 193 66 -
CMYK 0.09 0 0.66 0.24
HSL 68.5º 0.51% 0.51% -
HSV(B) 68.5º 0.66% 0.76% -
XYZ 37.73 47.65 12.36 -
YUV 173.14 67.54 129.33 -
System Red Green Blue C M Y K H S L
Decimal 175 193 66 0.09 0 0.66 0.24 68.5 0.51 0.51
Hex AF C1 42 9 0 42 18 45 33 33
Octal 257 301 102 11 0 102 30 105 63 63
Binary 10101111 11000001 1000010 1001 0 1000010 11000 1000101 110011 110011

Color Harmonies of #AFC142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC142

Black with #AFC142

Text Example


Text Example

White with #AFC142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC142; }

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

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

background-color css

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

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

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

border-color css

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

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

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