Html Css Color HEX #ACAF0D Citrus

📋 copy color: '#ACAF0D'

red 172 ◦ green 175 ◦ blue 13

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

Shades of Citrus #ACAF0D

Tints of Citrus #ACAF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.61%

R = 47.78%
G = 48.61%
B = 3.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#ACAF0D (or 0xACAF0D) is known color: Citrus. HEX triplet: AC, AF and 0D. RGB value is (172,175,13). Sum of RGB (Red+Green+Blue) = 172+175+13=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAF0D is #5350F2. Grayscale: #9C9C9C. Windows color (decimal): -5460211 or 896940. OLE color: 896940.

HSL color Cylindrical-coordinate representation of color #ACAF0D: hue angle of 61.11º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACAF0D is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 175 13 -
CMYK 0.02 0 0.93 0.31
HSL 61.11º 0.86% 0.37% -
HSV(B) 61.11º 0.93% 0.69% -
XYZ 32.42 39.46 6.29 -
YUV 155.64 47.51 139.67 -
System Red Green Blue C M Y K H S L
Decimal 172 175 13 0.02 0 0.93 0.31 61.11 0.86 0.37
Hex AC AF D 2 0 5D 1F 3D 56 25
Octal 254 257 15 2 0 135 37 75 126 45
Binary 10101100 10101111 1101 10 0 1011101 11111 111101 1010110 100101

Color Harmonies of #ACAF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAF0D

Black with #ACAF0D

Text Example


Text Example

White with #ACAF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAF0D; }

 p { color: rgb(172,175,13); }

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

background-color css

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

 a { background-color: rgb(172,175,13); }

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

border-color css

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

 span { border-color: rgb(172,175,13); }

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