Html Css Color HEX #ABCF07 Inch Worm

📋 copy color: '#ABCF07'

red 171 ◦ green 207 ◦ blue 7

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

Shades of Inch Worm #ABCF07

Tints of Inch Worm #ABCF07

RGB

 RED value IS 171 (67.19% from 255) = 44.42%

 GREEN value IS 207 (81.25% from 255) = 53.77%

 BLUE value IS 7 (3.13% from 255) = 1.82%

R = 44.42%
G = 53.77%
B = 1.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#ABCF07 (or 0xABCF07) is known color: Inch Worm. HEX triplet: AB, CF and 07. RGB value is (171,207,7). Sum of RGB (Red+Green+Blue) = 171+207+7=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 7 (3.12% from 255 or 1.82% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCF07 is #5430F8. Grayscale: #AEAEAE. Windows color (decimal): -5517561 or 511915. OLE color: 511915.

HSL color Cylindrical-coordinate representation of color #ABCF07: hue angle of 70.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ABCF07 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 7 -
CMYK 0.17 0 0.97 0.19
HSL 70.8º 0.93% 0.42% -
HSV(B) 70.8º 0.97% 0.81% -
XYZ 39.15 53.3 8.43 -
YUV 173.44 34.07 126.26 -
System Red Green Blue C M Y K H S L
Decimal 171 207 7 0.17 0 0.97 0.19 70.8 0.93 0.42
Hex AB CF 7 11 0 61 13 47 5D 2A
Octal 253 317 7 21 0 141 23 107 135 52
Binary 10101011 11001111 111 10001 0 1100001 10011 1000111 1011101 101010

Color Harmonies of #ABCF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF07

Black with #ABCF07

Text Example


Text Example

White with #ABCF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF07; }

 p { color: rgb(171,207,7); }

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

background-color css

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

 a { background-color: rgb(171,207,7); }

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

border-color css

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

 span { border-color: rgb(171,207,7); }

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