Html Css Color HEX #AFC25A Celery

📋 copy color: '#AFC25A'

red 175 ◦ green 194 ◦ blue 90

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

Shades of Celery #AFC25A

Tints of Celery #AFC25A

RGB

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

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

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

R = 38.13%
G = 42.27%
B = 19.61%

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

#AFC25A (or 0xAFC25A) is known color: Celery. HEX triplet: AF, C2 and 5A. RGB value is (175,194,90). Sum of RGB (Red+Green+Blue) = 175+194+90=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC25A is #503DA5. Grayscale: #B0B0B0. Windows color (decimal): -5258662 or 5948079. OLE color: 5948079.

HSL color Cylindrical-coordinate representation of color #AFC25A: hue angle of 70.96º degrees, saturation: 0.46, 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 #AFC25A is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 90 -
CMYK 0.10 0 0.54 0.24
HSL 70.96º 0.46% 0.56% -
HSV(B) 70.96º 0.54% 0.76% -
XYZ 38.82 48.44 16.98 -
YUV 176.46 79.21 126.96 -
System Red Green Blue C M Y K H S L
Decimal 175 194 90 0.10 0 0.54 0.24 70.96 0.46 0.56
Hex AF C2 5A A 0 36 18 47 2E 38
Octal 257 302 132 12 0 66 30 107 56 70
Binary 10101111 11000010 1011010 1010 0 110110 11000 1000111 101110 111000

Color Harmonies of #AFC25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC25A

Black with #AFC25A

Text Example


Text Example

White with #AFC25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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