Html Css Color HEX #ACDF02 Inch Worm

📋 copy color: '#ACDF02'

red 172 ◦ green 223 ◦ blue 2

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

Shades of Inch Worm #ACDF02

Tints of Inch Worm #ACDF02

RGB

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

 GREEN value IS 223 (87.5% from 255) = 56.17%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 43.32%
G = 56.17%
B = 0.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#ACDF02 (or 0xACDF02) is known color: Inch Worm. HEX triplet: AC, DF and 02. RGB value is (172,223,2). Sum of RGB (Red+Green+Blue) = 172+223+2=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 223 (87.5% from 255 or 56.17% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDF02 is #5320FD. Grayscale: #B7B7B7. Windows color (decimal): -5447934 or 188332. OLE color: 188332.

HSL color Cylindrical-coordinate representation of color #ACDF02: hue angle of 73.85º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACDF02 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 2 -
CMYK 0.23 0 0.99 0.13
HSL 73.85º 0.98% 0.44% -
HSV(B) 73.85º 0.99% 0.87% -
XYZ 43.41 61.55 9.65 -
YUV 182.56 26.1 120.47 -
System Red Green Blue C M Y K H S L
Decimal 172 223 2 0.23 0 0.99 0.13 73.85 0.98 0.44
Hex AC DF 2 17 0 63 D 4A 62 2C
Octal 254 337 2 27 0 143 15 112 142 54
Binary 10101100 11011111 10 10111 0 1100011 1101 1001010 1100010 101100

Color Harmonies of #ACDF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF02

Black with #ACDF02

Text Example


Text Example

White with #ACDF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF02; }

 p { color: rgb(172,223,2); }

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

background-color css

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

 a { background-color: rgb(172,223,2); }

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

border-color css

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

 span { border-color: rgb(172,223,2); }

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