Html Css Color HEX #ADD323 Bahia

📋 copy color: '#ADD323'

red 173 ◦ green 211 ◦ blue 35

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

Shades of Bahia #ADD323

Tints of Bahia #ADD323

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.36%

 BLUE value IS 35 (14.06% from 255) = 8.35%

R = 41.29%
G = 50.36%
B = 8.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#ADD323 (or 0xADD323) is known color: Bahia. HEX triplet: AD, D3 and 23. RGB value is (173,211,35). Sum of RGB (Red+Green+Blue) = 173+211+35=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 35 (14.06% from 255 or 8.35% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD323 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD323 is #522CDC. Grayscale: #B4B4B4. Windows color (decimal): -5385437 or 2347949. OLE color: 2347949.

HSL color Cylindrical-coordinate representation of color #ADD323: hue angle of 72.95º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADD323 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 211 35 -
CMYK 0.18 0 0.83 0.17
HSL 72.95º 0.72% 0.48% -
HSV(B) 72.95º 0.83% 0.83% -
XYZ 40.83 55.59 10.17 -
YUV 179.57 46.41 123.31 -
System Red Green Blue C M Y K H S L
Decimal 173 211 35 0.18 0 0.83 0.17 72.95 0.72 0.48
Hex AD D3 23 12 0 53 11 49 48 30
Octal 255 323 43 22 0 123 21 111 110 60
Binary 10101101 11010011 100011 10010 0 1010011 10001 1001001 1001000 110000

Color Harmonies of #ADD323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD323

Black with #ADD323

Text Example


Text Example

White with #ADD323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD323; }

 p { color: rgb(173,211,35); }

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

background-color css

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

 a { background-color: rgb(173,211,35); }

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

border-color css

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

 span { border-color: rgb(173,211,35); }

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