Html Css Color HEX #ADCE25 Bahia

📋 copy color: '#ADCE25'

red 173 ◦ green 206 ◦ blue 37

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

Shades of Bahia #ADCE25

Tints of Bahia #ADCE25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.89%

R = 41.59%
G = 49.52%
B = 8.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#ADCE25 (or 0xADCE25) is known color: Bahia. HEX triplet: AD, CE and 25. RGB value is (173,206,37). Sum of RGB (Red+Green+Blue) = 173+206+37=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE25 is #5231DA. Grayscale: #B1B1B1. Windows color (decimal): -5386715 or 2477741. OLE color: 2477741.

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

Color convert

RGB 173 206 37 -
CMYK 0.16 0 0.82 0.19
HSL 71.72º 0.7% 0.48% -
HSV(B) 71.72º 0.82% 0.81% -
XYZ 39.64 53.16 9.92 -
YUV 176.87 49.07 125.24 -
System Red Green Blue C M Y K H S L
Decimal 173 206 37 0.16 0 0.82 0.19 71.72 0.7 0.48
Hex AD CE 25 10 0 52 13 48 46 30
Octal 255 316 45 20 0 122 23 110 106 60
Binary 10101101 11001110 100101 10000 0 1010010 10011 1001000 1000110 110000

Color Harmonies of #ADCE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE25

Black with #ADCE25

Text Example


Text Example

White with #ADCE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE25; }

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

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

background-color css

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

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

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

border-color css

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

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

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