Html Css Color HEX #AFC34A Celery

📋 copy color: '#AFC34A'

red 175 ◦ green 195 ◦ blue 74

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

Shades of Celery #AFC34A

Tints of Celery #AFC34A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.92%

 BLUE value IS 74 (29.3% from 255) = 16.67%

R = 39.41%
G = 43.92%
B = 16.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#AFC34A (or 0xAFC34A) is known color: Celery. HEX triplet: AF, C3 and 4A. RGB value is (175,195,74). Sum of RGB (Red+Green+Blue) = 175+195+74=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC34A is #503CB5. Grayscale: #AFAFAF. Windows color (decimal): -5258422 or 4899759. OLE color: 4899759.

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

Color convert

RGB 175 195 74 -
CMYK 0.10 0 0.62 0.24
HSL 69.92º 0.5% 0.53% -
HSV(B) 69.92º 0.62% 0.76% -
XYZ 38.43 48.64 13.84 -
YUV 175.23 70.87 127.84 -
System Red Green Blue C M Y K H S L
Decimal 175 195 74 0.10 0 0.62 0.24 69.92 0.5 0.53
Hex AF C3 4A A 0 3E 18 46 32 35
Octal 257 303 112 12 0 76 30 106 62 65
Binary 10101111 11000011 1001010 1010 0 111110 11000 1000110 110010 110101

Color Harmonies of #AFC34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC34A

Black with #AFC34A

Text Example


Text Example

White with #AFC34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC34A; }

 p { color: rgb(175,195,74); }

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

background-color css

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

 a { background-color: rgb(175,195,74); }

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

border-color css

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

 span { border-color: rgb(175,195,74); }

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