Html Css Color HEX #AFC134 Celery

📋 copy color: '#AFC134'

red 175 ◦ green 193 ◦ blue 52

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

Shades of Celery #AFC134

Tints of Celery #AFC134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.38%

R = 41.67%
G = 45.95%
B = 12.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#AFC134 (or 0xAFC134) is known color: Celery. HEX triplet: AF, C1 and 34. RGB value is (175,193,52). Sum of RGB (Red+Green+Blue) = 175+193+52=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC134 is #503ECB. Grayscale: #ACACAC. Windows color (decimal): -5258956 or 3457455. OLE color: 3457455.

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

Color convert

RGB 175 193 52 -
CMYK 0.09 0 0.73 0.24
HSL 67.66º 0.58% 0.48% -
HSV(B) 67.66º 0.73% 0.76% -
XYZ 37.37 47.5 10.45 -
YUV 171.54 60.54 130.46 -
System Red Green Blue C M Y K H S L
Decimal 175 193 52 0.09 0 0.73 0.24 67.66 0.58 0.48
Hex AF C1 34 9 0 49 18 44 3A 30
Octal 257 301 64 11 0 111 30 104 72 60
Binary 10101111 11000001 110100 1001 0 1001001 11000 1000100 111010 110000

Color Harmonies of #AFC134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC134

Black with #AFC134

Text Example


Text Example

White with #AFC134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC134; }

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

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

background-color css

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

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

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

border-color css

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

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

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