Html Css Color HEX #AECF25 Bahia

📋 copy color: '#AECF25'

red 174 ◦ green 207 ◦ blue 37

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

Shades of Bahia #AECF25

Tints of Bahia #AECF25

RGB

 RED value IS 174 (68.36% from 255) = 41.63%

 GREEN value IS 207 (81.25% from 255) = 49.52%

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

R = 41.63%
G = 49.52%
B = 8.85%

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

#AECF25 (or 0xAECF25) is known color: Bahia. HEX triplet: AE, CF and 25. RGB value is (174,207,37). Sum of RGB (Red+Green+Blue) = 174+207+37=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECF25 is #5130DA. Grayscale: #B2B2B2. Windows color (decimal): -5320923 or 2477998. OLE color: 2477998.

HSL color Cylindrical-coordinate representation of color #AECF25: hue angle of 71.65º 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 #AECF25 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 207 37 -
CMYK 0.16 0 0.82 0.19
HSL 71.65º 0.7% 0.48% -
HSV(B) 71.65º 0.82% 0.81% -
XYZ 40.1 53.76 10.01 -
YUV 177.75 48.57 125.32 -
System Red Green Blue C M Y K H S L
Decimal 174 207 37 0.16 0 0.82 0.19 71.65 0.7 0.48
Hex AE CF 25 10 0 52 13 48 46 30
Octal 256 317 45 20 0 122 23 110 106 60
Binary 10101110 11001111 100101 10000 0 1010010 10011 1001000 1000110 110000

Color Harmonies of #AECF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECF25

Black with #AECF25

Text Example


Text Example

White with #AECF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECF25; }

 p { color: rgb(174,207,37); }

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

background-color css

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

 a { background-color: rgb(174,207,37); }

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

border-color css

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

 span { border-color: rgb(174,207,37); }

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