Html Css Color HEX #ACCD25 Bahia

📋 copy color: '#ACCD25'

red 172 ◦ green 205 ◦ blue 37

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

Shades of Bahia #ACCD25

Tints of Bahia #ACCD25

RGB

 RED value IS 172 (67.58% from 255) = 41.55%

 GREEN value IS 205 (80.47% from 255) = 49.52%

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

R = 41.55%
G = 49.52%
B = 8.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#ACCD25 (or 0xACCD25) is known color: Bahia. HEX triplet: AC, CD and 25. RGB value is (172,205,37). Sum of RGB (Red+Green+Blue) = 172+205+37=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 37 (14.84% from 255 or 8.94% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCD25 is #5332DA. Grayscale: #B0B0B0. Windows color (decimal): -5452507 or 2477484. OLE color: 2477484.

HSL color Cylindrical-coordinate representation of color #ACCD25: hue angle of 71.79º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACCD25 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 205 37 -
CMYK 0.16 0 0.82 0.20
HSL 71.79º 0.69% 0.47% -
HSV(B) 71.79º 0.82% 0.8% -
XYZ 39.18 52.57 9.83 -
YUV 175.98 49.57 125.16 -
System Red Green Blue C M Y K H S L
Decimal 172 205 37 0.16 0 0.82 0.20 71.79 0.69 0.47
Hex AC CD 25 10 0 52 14 48 45 2F
Octal 254 315 45 20 0 122 24 110 105 57
Binary 10101100 11001101 100101 10000 0 1010010 10100 1001000 1000101 101111

Color Harmonies of #ACCD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD25

Black with #ACCD25

Text Example


Text Example

White with #ACCD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD25; }

 p { color: rgb(172,205,37); }

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

background-color css

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

 a { background-color: rgb(172,205,37); }

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

border-color css

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

 span { border-color: rgb(172,205,37); }

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