Html Css Color HEX #ADC30F Bahia

📋 copy color: '#ADC30F'

red 173 ◦ green 195 ◦ blue 15

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

Shades of Bahia #ADC30F

Tints of Bahia #ADC30F

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 value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#ADC30F (or 0xADC30F) is known color: 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

RGB 173 195 15 -
CMYK 0.11 0 0.92 0.24
HSL 67.33º 0.86% 0.41% -
HSV(B) 67.33º 0.92% 0.76% -
XYZ 36.83 47.95 7.77 -
YUV 167.9 41.71 131.64 -
System Red Green Blue C M Y K H S L
Decimal 173 195 15 0.11 0 0.92 0.24 67.33 0.86 0.41
Hex AD C3 F B 0 5C 18 43 56 29
Octal 255 303 17 13 0 134 30 103 126 51
Binary 10101101 11000011 1111 1011 0 1011100 11000 1000011 1010110 101001

Color Harmonies of #ADC30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC30F

Black with #ADC30F

Text Example


Text Example

White with #ADC30F

Text Example


Text Example

HTML Codes & Css Web 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>