#ADC30F

Color #ADC30F Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #ADC30F

Tints of Bahia #ADC30F

Color information

#ADC30F (or 0xADC30F) is unknown color: approx Bahia. HEX triplet: AD, C3 and 0F. RGB value is (173,195,15). Sum of RGB (Red+Green+Blue) = 173+195+15=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC30F is #523CF0. Grayscale: #A8A8A8. Windows color (decimal): -5389553 or 1033133. OLE color: 1033133.

HSL color Cylindrical-coordinate representation of color #ADC30F: hue angle of 67.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADC30F is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB17319515-
CMYK0.1100.920.24
HSL67.33º85.71%41.18%-
HSV(B)67.33º92.31%76.47%-
XYZ36.8347.957.77-
YUV167.941.71131.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 195 (76.56% from 255) = 50.91%
BLUE value IS 15 (6.25% from 255) = 3.92%
R=45.17%
G=50.91%
B=3.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173195150.1100.920.2467.3385.7141.18
HexADC3FB05C18435629
Octal255303171301343010312651
Binary101011011100001111111011010111001100010000111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC30F; }

 p { color: rgb(173,195,15); }

 H1.HeaderClassName
 {
   color: #ADC30F;
 }
 .AnyTagClassName
 {
   color: #ADC30F;
 }
</style>
background-color css

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

 a { background-color: rgb(173,195,15); }

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

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

 span { border-color: rgb(173,195,15); }

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