Html Css Color HEX #A5CF08 Inch Worm

📋 copy color: '#A5CF08'

red 165 ◦ green 207 ◦ blue 8

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

Shades of Inch Worm #A5CF08

Tints of Inch Worm #A5CF08

RGB

 RED value IS 165 (64.84% from 255) = 43.42%

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

 BLUE value IS 8 (3.52% from 255) = 2.11%

R = 43.42%
G = 54.47%
B = 2.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#A5CF08 (or 0xA5CF08) is known color: Inch Worm. HEX triplet: A5, CF and 08. RGB value is (165,207,8). Sum of RGB (Red+Green+Blue) = 165+207+8=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 207 (81.25% from 255 or 54.47% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5CF08 is #5A30F7. Grayscale: #ACACAC. Windows color (decimal): -5910776 or 577445. OLE color: 577445.

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

Color convert

RGB 165 207 8 -
CMYK 0.20 0 0.96 0.19
HSL 72.66º 0.93% 0.42% -
HSV(B) 72.66º 0.96% 0.81% -
XYZ 37.87 52.64 8.39 -
YUV 171.76 35.59 123.18 -
System Red Green Blue C M Y K H S L
Decimal 165 207 8 0.20 0 0.96 0.19 72.66 0.93 0.42
Hex A5 CF 8 14 0 60 13 49 5D 2A
Octal 245 317 10 24 0 140 23 111 135 52
Binary 10100101 11001111 1000 10100 0 1100000 10011 1001001 1011101 101010

Color Harmonies of #A5CF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CF08

Black with #A5CF08

Text Example


Text Example

White with #A5CF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CF08; }

 p { color: rgb(165,207,8); }

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

background-color css

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

 a { background-color: rgb(165,207,8); }

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

border-color css

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

 span { border-color: rgb(165,207,8); }

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