Html Css Color HEX #ADCE28 Bahia

📋 copy color: '#ADCE28'

red 173 ◦ green 206 ◦ blue 40

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

Shades of Bahia #ADCE28

Tints of Bahia #ADCE28

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.16%

 BLUE value IS 40 (16.02% from 255) = 9.55%

R = 41.29%
G = 49.16%
B = 9.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#ADCE28 (or 0xADCE28) is known color: Bahia. HEX triplet: AD, CE and 28. RGB value is (173,206,40). Sum of RGB (Red+Green+Blue) = 173+206+40=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE28 is #5231D7. Grayscale: #B1B1B1. Windows color (decimal): -5386712 or 2674349. OLE color: 2674349.

HSL color Cylindrical-coordinate representation of color #ADCE28: hue angle of 71.93º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADCE28 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 206 40 -
CMYK 0.16 0 0.81 0.19
HSL 71.93º 0.67% 0.48% -
HSV(B) 71.93º 0.81% 0.81% -
XYZ 39.69 53.18 10.18 -
YUV 177.21 50.57 125 -
System Red Green Blue C M Y K H S L
Decimal 173 206 40 0.16 0 0.81 0.19 71.93 0.67 0.48
Hex AD CE 28 10 0 51 13 48 43 30
Octal 255 316 50 20 0 121 23 110 103 60
Binary 10101101 11001110 101000 10000 0 1010001 10011 1001000 1000011 110000

Color Harmonies of #ADCE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE28

Black with #ADCE28

Text Example


Text Example

White with #ADCE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE28; }

 p { color: rgb(173,206,40); }

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

background-color css

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

 a { background-color: rgb(173,206,40); }

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

border-color css

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

 span { border-color: rgb(173,206,40); }

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