Html Css Color HEX #AEAF01 Citrus

📋 copy color: '#AEAF01'

red 174 ◦ green 175 ◦ blue 1

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

Shades of Citrus #AEAF01

Tints of Citrus #AEAF01

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 49.71%
G = 50%
B = 0.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AEAF01 (or 0xAEAF01) is known color: Citrus. HEX triplet: AE, AF and 01. RGB value is (174,175,1). Sum of RGB (Red+Green+Blue) = 174+175+1=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAF01 is #5150FE. Grayscale: #9B9B9B. Windows color (decimal): -5329151 or 110510. OLE color: 110510.

HSL color Cylindrical-coordinate representation of color #AEAF01: hue angle of 60.34º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEAF01 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 175 1 -
CMYK 0.01 0 0.99 0.31
HSL 60.34º 0.99% 0.35% -
HSV(B) 60.34º 0.99% 0.69% -
XYZ 32.79 39.66 5.96 -
YUV 154.87 41.17 141.65 -
System Red Green Blue C M Y K H S L
Decimal 174 175 1 0.01 0 0.99 0.31 60.34 0.99 0.35
Hex AE AF 1 1 0 63 1F 3C 63 23
Octal 256 257 1 1 0 143 37 74 143 43
Binary 10101110 10101111 1 1 0 1100011 11111 111100 1100011 100011

Color Harmonies of #AEAF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAF01

Black with #AEAF01

Text Example


Text Example

White with #AEAF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAF01; }

 p { color: rgb(174,175,1); }

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

background-color css

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

 a { background-color: rgb(174,175,1); }

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

border-color css

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

 span { border-color: rgb(174,175,1); }

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