Html Css Color HEX #A8D523 Inch Worm

📋 copy color: '#A8D523'

red 168 ◦ green 213 ◦ blue 35

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

Shades of Inch Worm #A8D523

Tints of Inch Worm #A8D523

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.2%

 BLUE value IS 35 (14.06% from 255) = 8.41%

R = 40.38%
G = 51.2%
B = 8.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#A8D523 (or 0xA8D523) is known color: Inch Worm. HEX triplet: A8, D5 and 23. RGB value is (168,213,35). Sum of RGB (Red+Green+Blue) = 168+213+35=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D523 is #572ADC. Grayscale: #B3B3B3. Windows color (decimal): -5712605 or 2348456. OLE color: 2348456.

HSL color Cylindrical-coordinate representation of color #A8D523: hue angle of 75.17º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8D523 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 213 35 -
CMYK 0.21 0 0.84 0.16
HSL 75.17º 0.72% 0.49% -
HSV(B) 75.17º 0.84% 0.84% -
XYZ 40.25 56.03 10.28 -
YUV 179.25 46.59 119.97 -
System Red Green Blue C M Y K H S L
Decimal 168 213 35 0.21 0 0.84 0.16 75.17 0.72 0.49
Hex A8 D5 23 15 0 54 10 4B 48 31
Octal 250 325 43 25 0 124 20 113 110 61
Binary 10101000 11010101 100011 10101 0 1010100 10000 1001011 1001000 110001

Color Harmonies of #A8D523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D523

Black with #A8D523

Text Example


Text Example

White with #A8D523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D523; }

 p { color: rgb(168,213,35); }

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

background-color css

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

 a { background-color: rgb(168,213,35); }

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

border-color css

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

 span { border-color: rgb(168,213,35); }

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