Html Css Color HEX #AFC138 Celery

📋 copy color: '#AFC138'

red 175 ◦ green 193 ◦ blue 56

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

Shades of Celery #AFC138

Tints of Celery #AFC138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.21%

R = 41.27%
G = 45.52%
B = 13.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#AFC138 (or 0xAFC138) is known color: Celery. HEX triplet: AF, C1 and 38. RGB value is (175,193,56). Sum of RGB (Red+Green+Blue) = 175+193+56=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC138 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC138 is #503EC7. Grayscale: #ACACAC. Windows color (decimal): -5258952 or 3719599. OLE color: 3719599.

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

Color convert

RGB 175 193 56 -
CMYK 0.09 0 0.71 0.24
HSL 67.88º 0.55% 0.49% -
HSV(B) 67.88º 0.71% 0.76% -
XYZ 37.46 47.54 10.94 -
YUV 172 62.54 130.14 -
System Red Green Blue C M Y K H S L
Decimal 175 193 56 0.09 0 0.71 0.24 67.88 0.55 0.49
Hex AF C1 38 9 0 47 18 44 37 31
Octal 257 301 70 11 0 107 30 104 67 61
Binary 10101111 11000001 111000 1001 0 1000111 11000 1000100 110111 110001

Color Harmonies of #AFC138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC138

Black with #AFC138

Text Example


Text Example

White with #AFC138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC138; }

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

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

background-color css

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

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

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

border-color css

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

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

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