Html Css Color HEX #AFC148 Celery

📋 copy color: '#AFC148'

red 175 ◦ green 193 ◦ blue 72

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

Shades of Celery #AFC148

Tints of Celery #AFC148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.36%

R = 39.77%
G = 43.86%
B = 16.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#AFC148 (or 0xAFC148) is known color: Celery. HEX triplet: AF, C1 and 48. RGB value is (175,193,72). Sum of RGB (Red+Green+Blue) = 175+193+72=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 72 (28.52% from 255 or 16.36% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC148 is #503EB7. Grayscale: #AEAEAE. Windows color (decimal): -5258936 or 4768175. OLE color: 4768175.

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

Color convert

RGB 175 193 72 -
CMYK 0.09 0 0.63 0.24
HSL 68.93º 0.49% 0.52% -
HSV(B) 68.93º 0.63% 0.76% -
XYZ 37.92 47.72 13.34 -
YUV 173.82 70.54 128.84 -
System Red Green Blue C M Y K H S L
Decimal 175 193 72 0.09 0 0.63 0.24 68.93 0.49 0.52
Hex AF C1 48 9 0 3F 18 45 31 34
Octal 257 301 110 11 0 77 30 105 61 64
Binary 10101111 11000001 1001000 1001 0 111111 11000 1000101 110001 110100

Color Harmonies of #AFC148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC148

Black with #AFC148

Text Example


Text Example

White with #AFC148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC148; }

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

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

background-color css

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

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

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

border-color css

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

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

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