Html Css Color HEX #ACF967 Conifer

📋 copy color: '#ACF967'

red 172 ◦ green 249 ◦ blue 103

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

Shades of Conifer #ACF967

Tints of Conifer #ACF967

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.52%

 BLUE value IS 103 (40.63% from 255) = 19.66%

R = 32.82%
G = 47.52%
B = 19.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#ACF967 (or 0xACF967) is known color: Conifer. HEX triplet: AC, F9 and 67. RGB value is (172,249,103). Sum of RGB (Red+Green+Blue) = 172+249+103=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF967 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF967 is #530698. Grayscale: #D1D1D1. Windows color (decimal): -5441177 or 6814124. OLE color: 6814124.

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

Color convert

RGB 172 249 103 -
CMYK 0.31 0 0.59 0.02
HSL 91.64º 0.92% 0.69% -
HSV(B) 91.64º 0.59% 0.98% -
XYZ 53.34 77.5 24.98 -
YUV 209.33 67.99 101.37 -
System Red Green Blue C M Y K H S L
Decimal 172 249 103 0.31 0 0.59 0.02 91.64 0.92 0.69
Hex AC F9 67 1F 0 3B 2 5C 5C 45
Octal 254 371 147 37 0 73 2 134 134 105
Binary 10101100 11111001 1100111 11111 0 111011 10 1011100 1011100 1000101

Color Harmonies of #ACF967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF967

Black with #ACF967

Text Example


Text Example

White with #ACF967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF967; }

 p { color: rgb(172,249,103); }

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

background-color css

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

 a { background-color: rgb(172,249,103); }

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

border-color css

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

 span { border-color: rgb(172,249,103); }

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