Html Css Color HEX #ACD525 Inch Worm

📋 copy color: '#ACD525'

red 172 ◦ green 213 ◦ blue 37

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

Shades of Inch Worm #ACD525

Tints of Inch Worm #ACD525

RGB

 RED value IS 172 (67.58% from 255) = 40.76%

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

 BLUE value IS 37 (14.84% from 255) = 8.77%

R = 40.76%
G = 50.47%
B = 8.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#ACD525 (or 0xACD525) is known color: Inch Worm. HEX triplet: AC, D5 and 25. RGB value is (172,213,37). Sum of RGB (Red+Green+Blue) = 172+213+37=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD525 is #532ADA. Grayscale: #B5B5B5. Windows color (decimal): -5450459 or 2479532. OLE color: 2479532.

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

Color convert

RGB 172 213 37 -
CMYK 0.19 0 0.83 0.16
HSL 73.98º 0.7% 0.49% -
HSV(B) 73.98º 0.83% 0.84% -
XYZ 41.14 56.49 10.49 -
YUV 180.68 46.92 121.81 -
System Red Green Blue C M Y K H S L
Decimal 172 213 37 0.19 0 0.83 0.16 73.98 0.7 0.49
Hex AC D5 25 13 0 53 10 4A 46 31
Octal 254 325 45 23 0 123 20 112 106 61
Binary 10101100 11010101 100101 10011 0 1010011 10000 1001010 1000110 110001

Color Harmonies of #ACD525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD525

Black with #ACD525

Text Example


Text Example

White with #ACD525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD525; }

 p { color: rgb(172,213,37); }

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

background-color css

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

 a { background-color: rgb(172,213,37); }

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

border-color css

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

 span { border-color: rgb(172,213,37); }

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