Html Css Color HEX #AFC35A Celery

📋 copy color: '#AFC35A'

red 175 ◦ green 195 ◦ blue 90

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

Shades of Celery #AFC35A

Tints of Celery #AFC35A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.57%

R = 38.04%
G = 42.39%
B = 19.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#AFC35A (or 0xAFC35A) is known color: Celery. HEX triplet: AF, C3 and 5A. RGB value is (175,195,90). Sum of RGB (Red+Green+Blue) = 175+195+90=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC35A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC35A is #503CA5. Grayscale: #B1B1B1. Windows color (decimal): -5258406 or 5948335. OLE color: 5948335.

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

Color convert

RGB 175 195 90 -
CMYK 0.10 0 0.54 0.24
HSL 71.43º 0.47% 0.56% -
HSV(B) 71.43º 0.54% 0.76% -
XYZ 39.04 48.88 17.05 -
YUV 177.05 78.87 126.54 -
System Red Green Blue C M Y K H S L
Decimal 175 195 90 0.10 0 0.54 0.24 71.43 0.47 0.56
Hex AF C3 5A A 0 36 18 47 2F 38
Octal 257 303 132 12 0 66 30 107 57 70
Binary 10101111 11000011 1011010 1010 0 110110 11000 1000111 101111 111000

Color Harmonies of #AFC35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC35A

Black with #AFC35A

Text Example


Text Example

White with #AFC35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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