Html Css Color HEX #AEB30A Citrus

📋 copy color: '#AEB30A'

red 174 ◦ green 179 ◦ blue 10

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

Shades of Citrus #AEB30A

Tints of Citrus #AEB30A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.31%

 BLUE value IS 10 (4.3% from 255) = 2.75%

R = 47.93%
G = 49.31%
B = 2.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#AEB30A (or 0xAEB30A) is known color: Citrus. HEX triplet: AE, B3 and 0A. RGB value is (174,179,10). Sum of RGB (Red+Green+Blue) = 174+179+10=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB30A is #514CF5. Grayscale: #9E9E9E. Windows color (decimal): -5328118 or 701358. OLE color: 701358.

HSL color Cylindrical-coordinate representation of color #AEB30A: hue angle of 61.78º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEB30A is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 179 10 -
CMYK 0.03 0 0.94 0.30
HSL 61.78º 0.89% 0.37% -
HSV(B) 61.78º 0.94% 0.7% -
XYZ 33.63 41.26 6.48 -
YUV 158.24 44.34 139.24 -
System Red Green Blue C M Y K H S L
Decimal 174 179 10 0.03 0 0.94 0.30 61.78 0.89 0.37
Hex AE B3 A 3 0 5E 1E 3E 59 25
Octal 256 263 12 3 0 136 36 76 131 45
Binary 10101110 10110011 1010 11 0 1011110 11110 111110 1011001 100101

Color Harmonies of #AEB30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB30A

Black with #AEB30A

Text Example


Text Example

White with #AEB30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB30A; }

 p { color: rgb(174,179,10); }

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

background-color css

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

 a { background-color: rgb(174,179,10); }

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

border-color css

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

 span { border-color: rgb(174,179,10); }

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