Html Css Color HEX #A8C235 Yellow Green

📋 copy color: '#A8C235'

red 168 ◦ green 194 ◦ blue 53

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

Shades of Yellow Green #A8C235

Tints of Yellow Green #A8C235

RGB

 RED value IS 168 (66.02% from 255) = 40.48%

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

 BLUE value IS 53 (21.09% from 255) = 12.77%

R = 40.48%
G = 46.75%
B = 12.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#A8C235 (or 0xA8C235) is known color: Yellow Green. HEX triplet: A8, C2 and 35. RGB value is (168,194,53). Sum of RGB (Red+Green+Blue) = 168+194+53=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 53 (21.09% from 255 or 12.77% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C235 is #573DCA. Grayscale: #AAAAAA. Windows color (decimal): -5717451 or 3523240. OLE color: 3523240.

HSL color Cylindrical-coordinate representation of color #A8C235: hue angle of 71.06º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8C235 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 194 53 -
CMYK 0.13 0 0.73 0.24
HSL 71.06º 0.57% 0.48% -
HSV(B) 71.06º 0.73% 0.76% -
XYZ 36.08 47.17 10.57 -
YUV 170.15 61.89 126.46 -
System Red Green Blue C M Y K H S L
Decimal 168 194 53 0.13 0 0.73 0.24 71.06 0.57 0.48
Hex A8 C2 35 D 0 49 18 47 39 30
Octal 250 302 65 15 0 111 30 107 71 60
Binary 10101000 11000010 110101 1101 0 1001001 11000 1000111 111001 110000

Color Harmonies of #A8C235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C235

Black with #A8C235

Text Example


Text Example

White with #A8C235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C235; }

 p { color: rgb(168,194,53); }

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

background-color css

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

 a { background-color: rgb(168,194,53); }

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

border-color css

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

 span { border-color: rgb(168,194,53); }

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