Html Css Color HEX #AFC23A Celery

📋 copy color: '#AFC23A'

red 175 ◦ green 194 ◦ blue 58

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

Shades of Celery #AFC23A

Tints of Celery #AFC23A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.43%

 BLUE value IS 58 (23.05% from 255) = 13.58%

R = 40.98%
G = 45.43%
B = 13.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#AFC23A (or 0xAFC23A) is known color: Celery. HEX triplet: AF, C2 and 3A. RGB value is (175,194,58). Sum of RGB (Red+Green+Blue) = 175+194+58=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC23A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC23A is #503DC5. Grayscale: #ADADAD. Windows color (decimal): -5258694 or 3850927. OLE color: 3850927.

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

Color convert

RGB 175 194 58 -
CMYK 0.10 0 0.70 0.24
HSL 68.38º 0.54% 0.49% -
HSV(B) 68.38º 0.7% 0.76% -
XYZ 37.73 48 11.28 -
YUV 172.82 63.21 129.56 -
System Red Green Blue C M Y K H S L
Decimal 175 194 58 0.10 0 0.70 0.24 68.38 0.54 0.49
Hex AF C2 3A A 0 46 18 44 36 31
Octal 257 302 72 12 0 106 30 104 66 61
Binary 10101111 11000010 111010 1010 0 1000110 11000 1000100 110110 110001

Color Harmonies of #AFC23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC23A

Black with #AFC23A

Text Example


Text Example

White with #AFC23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC23A; }

 p { color: rgb(175,194,58); }

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

background-color css

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

 a { background-color: rgb(175,194,58); }

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

border-color css

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

 span { border-color: rgb(175,194,58); }

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