Html Css Color HEX #ADC02D Bahia

📋 copy color: '#ADC02D'

red 173 ◦ green 192 ◦ blue 45

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

Shades of Bahia #ADC02D

Tints of Bahia #ADC02D

RGB

 RED value IS 173 (67.97% from 255) = 42.2%

 GREEN value IS 192 (75.39% from 255) = 46.83%

 BLUE value IS 45 (17.97% from 255) = 10.98%

R = 42.2%
G = 46.83%
B = 10.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#ADC02D (or 0xADC02D) is known color: Bahia. HEX triplet: AD, C0 and 2D. RGB value is (173,192,45). Sum of RGB (Red+Green+Blue) = 173+192+45=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC02D is #523FD2. Grayscale: #AAAAAA. Windows color (decimal): -5390291 or 2998445. OLE color: 2998445.

HSL color Cylindrical-coordinate representation of color #ADC02D: hue angle of 67.76º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADC02D is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 45 -
CMYK 0.10 0 0.77 0.25
HSL 67.76º 0.62% 0.46% -
HSV(B) 67.76º 0.77% 0.75% -
XYZ 36.56 46.77 9.58 -
YUV 169.56 57.71 130.45 -
System Red Green Blue C M Y K H S L
Decimal 173 192 45 0.10 0 0.77 0.25 67.76 0.62 0.46
Hex AD C0 2D A 0 4D 19 44 3E 2E
Octal 255 300 55 12 0 115 31 104 76 56
Binary 10101101 11000000 101101 1010 0 1001101 11001 1000100 111110 101110

Color Harmonies of #ADC02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC02D

Black with #ADC02D

Text Example


Text Example

White with #ADC02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC02D; }

 p { color: rgb(173,192,45); }

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

background-color css

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

 a { background-color: rgb(173,192,45); }

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

border-color css

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

 span { border-color: rgb(173,192,45); }

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