Html Css Color HEX #AFC245 Celery

📋 copy color: '#AFC245'

red 175 ◦ green 194 ◦ blue 69

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

Shades of Celery #AFC245

Tints of Celery #AFC245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.75%

R = 39.95%
G = 44.29%
B = 15.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#AFC245 (or 0xAFC245) is known color: Celery. HEX triplet: AF, C2 and 45. RGB value is (175,194,69). Sum of RGB (Red+Green+Blue) = 175+194+69=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 69 (27.34% from 255 or 15.75% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC245 is #503DBA. Grayscale: #AEAEAE. Windows color (decimal): -5258683 or 4571823. OLE color: 4571823.

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

Color convert

RGB 175 194 69 -
CMYK 0.10 0 0.64 0.24
HSL 69.12º 0.51% 0.52% -
HSV(B) 69.12º 0.64% 0.76% -
XYZ 38.05 48.13 12.91 -
YUV 174.07 68.71 128.66 -
System Red Green Blue C M Y K H S L
Decimal 175 194 69 0.10 0 0.64 0.24 69.12 0.51 0.52
Hex AF C2 45 A 0 40 18 45 33 34
Octal 257 302 105 12 0 100 30 105 63 64
Binary 10101111 11000010 1000101 1010 0 1000000 11000 1000101 110011 110100

Color Harmonies of #AFC245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC245

Black with #AFC245

Text Example


Text Example

White with #AFC245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC245; }

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

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

background-color css

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

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

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

border-color css

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

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

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